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

GST Master

@foreach ($categoryList as $key => $group) @endforeach
S.No Section Subsection HSN Description HSN Code GST GST Slab Lower Tax(%) Upper Tax(%) Status Actions
{{$key + $categoryList->firstItem() }} {{ empty($group->sectionInfo->name) ? 'N/A' : $group->sectionInfo->name }} {{ empty($group->subsectionInfo->name) ? 'N/A' : $group->subsectionInfo->name }} {{ empty($group->hsnDes) ? 'N/A' : $group->hsnDes }} {{ empty($group->hsncode) ? 'N/A' : $group->hsncode }} {{ ($group->gststatus === 1) ? 'Inclusive' : 'Exclusive' }} {{ empty($group->inputGst) ? 0 : $group->inputGst }} {{ empty($group->lower_tax) ? 0 : $group->lower_tax }} {{ empty($group->upper_tax) ? 0 : $group->upper_tax }} {{ ($group->status === 1) ? 'Pending' : 'Approve' }} @if($group->status == 1) @endif View
@php if($categoryList->count() > 0) { @endphp {!! $categoryList->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection