@extends('layouts.app') @section('title', 'Edit Employee') @section('breadcrumbs') @endsection @section('content')

Edit Employee

Update employee information

@csrf @method('PUT')
Profile
Cancel
@endsection