{{__('messages.Add User')}}

{{__('messages.Creating New User and adding role to it.')}}

@livewire('user-train-component' , ['component_name' => 'add-user'])
@if (session()->has('message'))
{{ session('message') }}
@endif
*
*
*
@if (auth()->user()->branch_id ==null)
{{--
*
--}}
branch_id {{__('messages.Branch')}} @foreach(\App\Models\Branch::all() as $branch) @endforeach
@endif
{{--
--}}
@if($is_instructor == 1)
@endif {{--
--}}
@if ($photo) Photo Preview: @else user default profile image @endif
Uploading...