@extends('admin.layouts.app') @section('content')

Add Employee

@csrf @if(isset($employee)) @method('PUT') @endif
@if(!isset($employee))
@endif
@if(!isset($employee))
@endif
@if(isset($employee->image)) Preview @endif
@push('scripts') @endpush @endsection