@extends('admin.layouts.master') @section('content')
All Setting
{{--
--}}
@csrf @if(!empty($setting) && !empty($setting->id)) @endif
{{--
{{$errors->first('super_percentage')}}
--}}
{{$errors->first('fuel_per_km')}}
{{$errors->first('backup_email')}}
{{$errors->first('staff_color')}}
{{$errors->first('contractor_color')}}
{{$errors->first('owner_color')}}
{{$errors->first('stakeholder_color')}}
{{$errors->first('morning_color')}}
{{$errors->first('evening_color')}}
{{$errors->first('night_color')}}
{{$errors->first('sleep_color')}}
{{$errors->first('public_holiday_color')}}
{{$errors->first('sat_color')}}
{{$errors->first('sun_color')}}
{{$errors->first('staff_moring')}}
{{$errors->first('staff_evening')}}
{{$errors->first('staff_night')}}
{{$errors->first('staff_sleep_over')}}
{{$errors->first('public_holiday_amount')}}
{{$errors->first('sat_charge')}}
{{$errors->first('sun_charge')}}
setting_shortcut==1){{"checked"}}@endif type="checkbox"> {{$errors->first('setting_shortcut')}}
{{$errors->first('public_holiday_pay')}}
{{$errors->first('sat_pay')}}
{{$errors->first('sun_pay')}}
{{--
expense_shortcut==1){{"checked"}}@endif type="checkbox"> {{$errors->first('expense_shortcut')}}
--}}
{{$errors->first('public_holiday_con_pay')}}
{{$errors->first('sat_con_pay')}}
{{$errors->first('sun_con_pay')}}
{{$errors->first('shift_start_date')}}
{{--
@foreach ($shifttype as $shifttypes)
@endforeach
--}}
@can('update',"App\Models\Setting") @endcan
{{-- --}}
@endsection