@extends('layouts.admin.master') @section('title', 'Employee Edit') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @if(count($errors) > 0)
@endif @if($message = Session::get('error'))
@endif @if($message = Session::get('success'))
@endif
@csrf @method('PUT')
Employee Details:
Edit Employee
General Details:
Edit Employee
@endsection