@extends('layouts.master') @section('title', 'Users') @section('content-header','Manajemen User') @section('plugin-styles') {{-- --}} @endsection @section('content')

Edit User {{$user->nip}}

{{ csrf_field() }} {{ method_field('patch') }}
can('cetak-tt')?'checked':'')}}>
@foreach (Haji\Model\Permission::whereNotIn('id',[7,8,9,10,11])->get() as $perm)
can($perm->name)?'checked':'')}}>
@endforeach
@endsection @section('plugin-scripts') @endsection @section('custom-script') @endsection