@push('include-css') @endpush @push('include-js') {{-- --}} @endpush @extends('layouts.app') @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @php $edit = config('role_manage.User.Edit'); @endphp @section('content')
 
@if(!empty($user->img_url) && file_exists(public_path($user->img_url))) @else Avatar @endif

{{ $user->name }}

{{ $user->role->name }}

{{ csrf_field() }}
@if($edit)
@endif
{{ csrf_field() }}
@stop