@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

HSN Master

@foreach ($categoryList as $key => $group) @endforeach
S.No Name Code Taxable Slab Lower Tax(%) Upper Tax(%) Status
{{$key + $categoryList->firstItem() }} {{ empty($group->name_draft) ? 'N/A' : $group->name_draft }} {{ empty($group->code_draft) ? 'N/A' : $group->code_draft }} {{ empty($group->taxable_draft) ? 0 : $group->taxable_draft }} {{ empty($group->lower_tax_draft) ? 0 : $group->lower_tax_draft }} {{ empty($group->upper_tax_draft) ? 0 : $group->upper_tax_draft }} @if($group->approve_status == 1) @else @endif
@php if($categoryList->count() > 0) { @endphp {!! $categoryList->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection