Add Staff

@if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Photo
@if ($errors->has('profilePicture')) {{ $errors->first('profilePicture') }} Please upload a file less than 2 MB. @endif

Identification

Id Proof Front
@if ($errors->has('idProofFront')) Please upload a file less than 2 MB. @endif
Id Proof Back
@if ($errors->has('idProofBack')) Please upload a file less than 2 MB. @endif

Accreditation Details

Access Area
@foreach($all_access_area as $area) @endforeach