@extends('layouts.app') @section('title','Edit — '.$employee->full_name) @section('page-title','Employees') @section('content')
@csrf @method('PUT')
Personal Information
Employment Details
Cancel
@endsection