@extends('layouts.customer') @section('content')

Staff

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Staff
@csrf @method('PUT')
@can('user_role_edit')
@endcan
{{--
--}}

Timesheet Visibility
@csrf @method('PUT')
timeline_visibility == 1 ) checked @endif>

Payroll Settings
{{-- secure_url('staff-payroll-setting/'.$staff->id) --}} @csrf
payroll_type == 'default') checked @endif>
payroll_type == 'custom') checked @endif>
payroll_type == 'default' ) style="display: none;" @endif>
custom_payroll_type) && $staff->custom_payroll_type == 'daily') checked @endif>
custom_payroll_type) && $staff->custom_payroll_type == 'weekly') checked @endif>
custom_payroll_type) && $staff->custom_payroll_type == 'biweekly') checked @endif>
custom_payroll_type) && $staff->custom_payroll_type == 'monthly') checked @endif>
Payment Type
payment_type == '0') checked @endif>
payment_type == '1') checked @endif>
Amount per hour
Fixed amount
Change Password
@csrf @method('PUT')
Change Passcode
@csrf @method('PUT')
@endsection @section('script') @include('partials.js._statecity') @endsection