@extends('layouts.admin') @section('title', 'Edit Employee') @section('content')

Edit Employee

Update employee details.

Back
@csrf @method('PUT')
@endsection