@extends('layouts.master') @section('content')
Employees list Edit Employee

Edit Employee Back to Employees

Edit Employee Details
@csrf @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif
Cancel
@endsection @push('scripts') @endpush