@php $layout = $checkGstCreate == 'firstTime' ? 'layout.onetime-app' : 'layout.app'; @endphp @extends($layout) @section('title', 'Setting (Tax & GST)') @push('header_script') @endpush @section('content') @if ($checkGstCreate != 'firstTime')
Please fill gst details.
| {{ $tax->tax_slab }} | {{ $tax->tax_slab }} | @else{{ 'GST@' . $tax->tax_slab . '%' }} | {{ $tax->tax_slab . '%' }} | @endif @if ($tax->created_by != 'System')@endif |
| {{ $subGroup->gst_type . '@' . $subGroup->gst_per . '%' }} | {{ $subGroup->gst_per . '%' }} |