@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
@csrf

{{$category}}

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno Min Limit Max Limt Tax Rate Surcharge
{{$key+1}} {{$value->min_limit}} {{$value->max_limit}} {{$value->tax_rate}} {{$value->surcharge_rate}}
{{$category}} details not Found
Sno Min Limit Max Limt Tax Rate Surcharge
@endsection @section('scripts') @endsection