@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')
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 |