@extends('layouts.sidebar') @section('title', 'Departments') @section('content') @if (in_array('Manage Payroll' || 'Client Interface', $privileges))

Edit Charges

@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

ASF

@foreach ($allServiceTypes as $item)
id, old('service_type', $serviceTypes)) ? 'checked' : '' }}>
@endforeach
s_camputation_for_all) ? 'checked' : '' }}>
@foreach ($allVatTypes as $item)
id, old('vat_type', $vatTypes)) ? 'checked' : '' }}>
@endforeach
v_camputation_for_all) ? 'checked' : '' }}>
convert_inminute ? 'checked' : '' }}> Convert Decimal Part As Minute
@else
You don't have privilege to access this page
@endif @endsection