@extends('admin.layouts.app') @section('title', 'Create Employee') @section('content')

Create Employee

{{-- Name --}}
{{-- Email --}}
{{-- Mobile Number --}}
{{-- DOB --}}
{{-- Gender --}}
{{-- Address --}}
{{-- Image --}}
{{-- Password --}}
{{-- Confirm Password --}}
{{-- Status --}}
{{-- Submit --}}
@endsection @section('scripts') @endsection