{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include('backend.hr.users.user_form')
@include('backend.hr.users.allowed_clients')
@if(!empty($data['email']))
@include('backend.hr.users.certificate_status')
@endif
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection