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

HSN Master

View Draft Hsn




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