@include('admin.cabi_rides.masters.master-navbar')
@if(session('success')) @endif @if(session('error')) @endif
@foreach ($taxTypes as $tax) @endforeach
Name Percentage Status Actions
{{ $tax->tax_name }} {{ $tax->percentage }}% @if ($tax->is_inactive) Inactive @else Active @endif

Total {{ $taxTypes->count() }} records

@push('js') @endpush