@extends('layouts.app') @section('content')

Edit Profile

Updating details for {{ $employee->name }}

@csrf @method('PUT')
@endsection