@extends('layouts.master') @section('contain')

Tax & Charges

{{--
Data table example
--}}
@php $num = 1; @endphp @foreach ($TaxData as $tax) @endforeach
S.No Name Description Value Operation Type Charge For Category Charge Type Priority Action
{{ $num++ }} {{ $tax->name ?? '' }} {{ $tax->description ?? '' }} {{ $tax->value ?? '' }} {{ $tax->operation_type ?? '' }} @if ($tax->charged_for == 'nanny') {{ 'caregiver' }} @else {{ 'customer' }} @endif {{ $tax->category ?? '' }} {{ $tax->charge_type ?? '' }} {{ $tax->periority ?? '' }} {{-- --}}
@csrf @method('DELETE')
@endsection