@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Create User') @section('content') Create User @csrf Employee ID Name Phone Email NRC Number Gender Male Female Birthday Address Department @foreach ($departments as $department) {{ $department->title }} @endforeach Role (or) Designation @foreach ($roles as $role) {{ $role->name }} @endforeach Date of Join Is Present? YES NO Profile Image Password Comfirm @endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\StoreEmployee', '#create-form'); !!} @endsection