@extends('app') @section('content')

Stuff

@if(Session::has('response')) {!!Session::get('response')['message']!!} @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!empty($employee))
@csrf @method('put') @else @csrf @method('post') @endif
{{__('Add New Employee')}} :

Recommended Picture size less then 300(kb). Resize Now

Recommended pdf file size less then 1024kb (px). Resize Now

@if (!empty($employee->status))
@endif
{{__('Address')}} :
@php $divisions = DB::table('divisions')->get(); @endphp
@endsection @push('scripts') @endpush