-
@if(Helper::checkAccess('tax_group_view'))
- {{ __('lbl.prevailing_tax_group') }} @endif @if(Helper::checkAccess('untaxed_group_view'))
- {{ __('lbl.untaxed_group') }} @endif @if(Helper::checkAccess('individual_tax_view'))
- {{ __('lbl.individual_taxes') }} @endif @if(Helper::checkAccess('tax_class_view'))
- {{ __('lbl.tax_class') }} @endif @if(Helper::checkAccess('agency_view'))
- {{ __('lbl.agency') }} @endif
@if(Helper::checkAccess('tax_group_view'))
@endif
@if(Helper::checkAccess('untaxed_group_view'))
@endif
@if(Helper::checkAccess('individual_tax_view'))
@endif
@if(Helper::checkAccess('agency_view'))
@endif
@if(empty($isIndvidultTaxAdded) || empty($tax_class_list))
@else
{{ Form::open(['url' => route('prevailing_store'), 'method'=>'post', 'name' => 'prevailing_tax_group', 'id' => 'prevailing_group']) }}
@if(Helper::checkAccess('tax_group_edit'))
{{ Form::close() }}
@endif
@if(empty($isIndvidultTaxAdded))
@endif
@if(empty($tax_class_list))
@endif
Please create Individual Tax first
Please create Tax Class first
{{ __('lbl.prevailing_tax_group') }}
{{ Form::label('tax_group_name', __('lbl.group_name'), ['class' => 'col-sm-3 control-label']) }}
@php
$isEditable = 'readonly';
$disabled = 'disabled';
if(Helper::checkAccess('tax_group_edit')){
$isEditable = '';
$disabled = '';
}
@endphp
{{ Form::text('tax_group_name', !empty($prevailing_tax_group) ? $prevailing_tax_group : "", [$isEditable,"class"=>"form-control col-sm-8 mxlen_20","placeholder"=>__('lbl.prevailing_tax_group'),"id"=>"prevailing_tax_group","name"=>"prevailing_tax_group"]) }}
{{ Form::label('tax_class', __('lbl.tax_class'), ['class' => 'col-sm-3 control-label']) }}
{{ Form::select('tax_class', !empty($tax_class_list) ? $tax_class_list : [], $tax_class_group,[$disabled,"multiple"=>"multiple", "class"=>"form-control col-sm-8 select2 select2-hidden-accessible","id"=>"tax_class","name"=>"tax_class[]"]) }}
{{ __('lbl.tax') }} | {{ __('lbl.rate') }} | {{ __('lbl.action') }} |
---|---|---|
{{ $iTax->title }} | {{ $iTax->amount }} | {{ Form::checkbox('included_taxes', $iTax->id, (in_array($iTax->id, $included_taxes_group))? true : false,[$disabled,'name'=>'included_taxes[]']) }} |
{{ Form::hidden('invisible', $id, ['name'=>'id', 'id' => 'latestId']) }}
@endif
{{ __('lbl.untaxed_group') }}
{{ Form::open(['url' => route('untaxedGroupSave' ), 'method'=>'POST', 'name' => 'untaxedGroupSave', 'id' => 'untaxedGroupSave']) }}
@if(Helper::checkAccess('untaxed_group_edit')) @endif
{{ Form::close() }}
-
@foreach ($catTree as $k)
- {{ $k['catName'] }}
-
@foreach ($k['SubCat'] as $cat)
-
{{ $cat['subCatName'] }}
-
@foreach ($cat['products'] as $proD)
- @if($proD->cat_sub_id != "" || $proD->cat_sub_id != null) @else @endif {{ $proD->product_name }} @endforeach
@endforeach
@endforeach
-
{{ $cat['subCatName'] }}
@if(Helper::checkAccess('untaxed_group_edit')) @endif
@if(empty($isAgencyAdded))
@else
@endif
@endif
@if(Helper::checkAccess('tax_class_view'))
Please create Agency first.
@if(Helper::checkAccess('individual_tax_add'))
{{__('lbl.add_new')}}
@endif
{{ __('lbl.title')}} | {{ __('lbl.agency')}} | {{ __('lbl.current_rate')}} | {{ __('lbl.rounding')}} | {{ __('lbl.action')}} |
---|
@if(Helper::checkAccess('tax_class_add'))
@endif
{{ __('lbl.tax_class') }} | {{ __('lbl.action') }} |
---|
@if(Helper::checkAccess('agency_add'))
@endif
{{ __('lbl.agency') }} | {{ __('lbl.action') }} |
---|