@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('crm_manage_offer_discount-read')) {{--Permissions--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Status Item Group Item Sub Group Amount Rule Effective Date Discount Rate Actions
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['item_group_name']}} {{$tabledata['item_subgroup_name']}} {{$tabledata['amount']}} {{$tabledata['rule']}} {{$tabledata['effective_date']}} {{$tabledata['discount_rate']}} {{-- --}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access.

@endif @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection