@include('common.header_links')
@include('common.header') @include('common.sidebar')

{{ $title }}

Please fill in all required * fields below. After completing the form, click "{{ isset($details) ? 'Update' : 'Create' }}" to submit. Click "Reset Form" to clear the form.
@if(session('error'))
@endif @if(session('failed'))
@endif @if(session('success'))
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $title }} Form

{{-- list --}} List
@csrf
Employee Details

Name :

Mobile :

Designation :

@include('common.footer')
@include('common.script')