@extends('layouts.master') @section('title','Create Staff') @section('content')
@csrf
Personal
@if ($errors->has('name')) {{ $errors->first('name') }}. @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }}. @endif
@if ($errors->has('email')) {{ $errors->first('email') }}. @endif
Work
Leave Approvers
Attendance
Geofencing
Base Zone
Ward
Bank Account Details
Other Details
@endsection @push('js') {!! JsValidator::formRequest('App\Http\Requests\v1\Backend\StaffRequest') !!} @endpush('js')