@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 @endif {{ $user->name }} {{ $user->role->name }} Profile Settings Change Password {{ csrf_field() }} Name Email Role Profile Picture @if($edit) {{__('lang.update')}} @endif {{ csrf_field() }} Old Password New Password New Password (Confirm) SUBMIT @stop
{{ $user->role->name }}