{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Employee @if(isset($employee['EmployeeID'])) Edit @else Add @endif

@csrf @isset($employee->EmployeeID) {{ method_field('PATCH')}} @endisset
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • @endforeach
@endif
@section('scripts') @endsection @endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection