@extends('layouts.app') @section('breadcrumb')

Users

@endsection @section('content')
User Details
{{ $user->name }}
{{ $user->email }}
@csrf
Permission
can('create collections') ? 'checked' :'' }}>
can('show collections') ? 'checked' :'' }}>
can('edit collections') ? 'checked' :'' }}>
can('delete collections') ? 'checked' :'' }}>
can('create credits') ? 'checked' :'' }}>
can('show credits') ? 'checked' :'' }}>
can('edit credits') ? 'checked' :'' }}>
can('delete credits') ? 'checked' :'' }}>
can('create discounts') ? 'checked' :'' }}>
can('show discounts') ? 'checked' :'' }}>
can('edit discounts') ? 'checked' :'' }}>
can('delete discounts') ? 'checked' :'' }}>
can('create intakes') ? 'checked' :'' }}>
can('show intakes') ? 'checked' :'' }}>
can('edit intakes') ? 'checked' :'' }}>
can('delete intakes') ? 'checked' :'' }}>
can('create transfers') ? 'checked' :'' }}>
can('show transfers') ? 'checked' :'' }}>
can('edit transfers') ? 'checked' :'' }}>
can('delete transfers') ? 'checked' :'' }}>
can('create recoveries') ? 'checked' :'' }}>
can('show recoveries') ? 'checked' :'' }}>
can('edit recoveries') ? 'checked' :'' }}>
can('delete recoveries') ? 'checked' :'' }}>
can('create expenses') ? 'checked' :'' }}>
can('show expenses') ? 'checked' :'' }}>
can('edit expenses') ? 'checked' :'' }}>
can('delete expenses') ? 'checked' :'' }}>
can('create payments') ? 'checked' :'' }}>
can('show payments') ? 'checked' :'' }}>
can('edit payments') ? 'checked' :'' }}>
can('delete payments') ? 'checked' :'' }}>
can('create summaries') ? 'checked' :'' }}>
can('show summaries') ? 'checked' :'' }}>
can('edit summaries') ? 'checked' :'' }}>
can('delete summaries') ? 'checked' :'' }}>
can('create profits') ? 'checked' :'' }}>
can('show profits') ? 'checked' :'' }}>
can('edit profits') ? 'checked' :'' }}>
can('delete profits') ? 'checked' :'' }}>
{{--
can('create collections') ? 'checked' :'' }}>
can('show collections') ? 'checked' :'' }}>
can('edit collections') ? 'checked' :'' }}>
can('delete collections') ? 'checked' :'' }}>
--}}
@endsection