@extends('layouts.master') @section('title','Create Staff') @section('content')
@csrf @method('PUT')
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
access->allow_from_user_app == '1'?'checked': ''}}/>
Geofencing
access->ad_anywhere == '1'?'checked': ''}}/>
access->ad_allowed_location == '1'?'checked': ''}}/>
Base Zone
Ward
m_challan_allowed == 'yes'?'checked':''}}/>
field_report_allowed == 'yes'?'checked':''}}/>
allowed_other_emp_attendance == 'yes'?'checked':''}}/>
Bank Account Details
Other Details
Policy ID Type Description
P25 Attendance policies If OUT is not punch within 16 hours of first IN punch, then Mark it as Forgot Out
P03 Overtime policies If staff works above 9 hours in a day, then additional time will be marked as overtime
P23 Regulatory policies If staff is Absent for more than 60 days, then auto deactivate
@push('js') {!! JsValidator::formRequest('App\Http\Requests\v1\Backend\StaffRequest') !!} @endpush('js')