@extends('layouts.master') @section('title', 'Edit Employee Contents | ') @section('content') @include('partials.header') @include('partials.sidebar')

Edit Employee Info

@csrf @method('PUT')
@endsection