@extends('employer.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Employee Edit
@csrf @method('PUT')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('secondary_phone') }}
{{ $errors->first('gender') }}
{{ $errors->first('date_of_birth') }}
{{ $errors->first('vaccination_ref_number') }}
{{ $errors->first('street') }}
{{ $errors->first('city') }}
{{ $errors->first('town') }}
{{ $errors->first('division') }}
{{ $errors->first('country') }}
{{ $errors->first('isResident') }}
{{ $errors->first('postal_address') }}
{{ $errors->first('tin') }}
{{ $user->getFullName() }}
{{ $errors->first('image') }}
@endsection @push('custom_css') @endpush @push('custom_js') @endpush