@extends('admin.layouts') @section('title', 'Edit Employee') @section('header') @endsection @section('content')

Edit Employee

Edit Employee
@csrf
{{-- Designation --}}
{{-- Name --}}
{{-- Email --}}
{{-- Password --}}
👁
{{-- Phone --}}
{{-- Address --}}
{{-- Submit --}}
@endsection @section('footer') @endsection