@extends('layouts.master') @section('content')
Employees list Edit Employees {{-- Forms --}} {{-- Form Layouts --}}

Edit Employees {{-- Employees List --}} Back to Employees

{{--

--}} {{--
--}}
Edit Employees Details
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{--
--}}
Cancel
{{--
--}} @endsection @push('scripts') @endpush