@extends('layouts.master') @section('title','Create Staff') @section('content') keyboard_arrow_left Personal Work Access Other Policies and Compliance @csrf @method('PUT') Personal Name @if ($errors->has('name')) {{ $errors->first('name') }}. @endif Mobile @if ($errors->has('mobile')) {{ $errors->first('mobile') }}. @endif Email @if ($errors->has('email')) {{ $errors->first('email') }}. @endif Date of Birth Blood Group ID Type id_type == 'None') ? 'selected' : ''}}>None id_type == 'Aadhaar') ? 'selected' : ''}} value="Aadhaar">Aadhaar id_type == 'PAN') ? 'selected' : ''}}>PAN id_type == 'Driving License') ? 'selected' : ''}}>Driving License id_type == 'Voter ID') ? 'selected' : ''}}>Voter ID id_type == 'Other') ? 'selected' : ''}}>Other ID Number Gender gender == 'Male') ? 'selected' : ''}}>Male gender == 'Female') ? 'selected' : ''}}>Female Next Work Staff Type @foreach($category as $cat) {{$cat->name}} @endforeach Staff Category @foreach($category as $cat) work->staff_category_id == $cat->id) ? 'selected' : '-'}}>{{$cat->name}} @endforeach Employee ID Joining Date Auto Deactivate Staff On Designation @foreach($designation as $des) work->designation_id == $des->id) ? 'selected': ''}}>{{$des->name}} @endforeach Department @foreach($department as $dep) work->department_id == $dep->id) ? 'selected': ''}}>{{$dep->name}} @endforeach Manager @foreach($managers as $manager) work->manager == $manager->id) ? 'selected': ''}}>{{$manager->name}} @endforeach Shift @foreach($shift as $s) work->shift_type_id == $s->id) ? 'selected': ''}}>{{$s->name}} @endforeach Regular in-time Regular out-time PF Number ESIC Number UAN Number Leave Approvers Level 1 Approver None Next Attendance access->allow_from_user_app == '1'?'checked': ''}}/> Allow attendance from user app Geofencing access->ad_anywhere == '1'?'checked': ''}}/> Anywhere Attendance access->ad_allowed_location == '1'?'checked': ''}}/> Allowed Attendance Geofencing @foreach($location as $l) access->attendance_location_id == $l->id?'selected': ''}}>{{$l->location_name}} @endforeach Base Zone Select Base Zone @foreach($sites as $site) work->base_site_id == $site->id) ? 'selected' : ''}}>{{$site->name}} @endforeach Ward Select Ward @foreach($wards as $ward) work->ward_id == $ward->id) ? 'selected' : ''}}>{{$ward->ward_name}} @endforeach m_challan_allowed == 'yes'?'checked':''}}/> M Challan Allowed field_report_allowed == 'yes'?'checked':''}}/> Field Monitoring Allowed allowed_other_emp_attendance == 'yes'?'checked':''}}/> Allowed Other Employess Attendance Role @foreach($roles as $role) role_id == $role->id) ? 'selected' : ''}}>{{$role->name}} @endforeach Next Bank Account Details Bank Name Staff Name as Per Bank Record Account Number Account Type other->account_type == 'Current'?'selected':''}}>Current other->account_type == 'Savings'?'selected':''}}>Savings IFSC Code MICR Code Swift Code Other Details Father's Name/Spouse Name {{@$employees->other->permanent_address}} Permanent Address {{@$employees->other->communication_address}} Communication Address Save 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
All employees are already invited. To resend, invite them individually