@extends('admin.layouts.app') @section('title', 'Edit Employee') @section('content')
{{--

Forms/ Horizontal Layouts

--}}

Edit Employee

@method('PUT') @if ($roles->isNotEmpty())
@endif {{-- Name --}}
{{-- Email --}}
{{-- Mobile Number --}}
{{-- DOB --}}
{{-- Gender --}}
{{-- Address --}}
{{-- Image --}}
Old Image
{{-- Password --}}
{{-- Confirm Password --}}
{{-- Status --}}
@endsection @section('scripts') @endsection