{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_sale-read'))
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_sale-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) {{-- --}} {{-- --}} @endforeach @else @endif
Actions Status Name Mobile
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_sale-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_sale-delete')) @endif @if($tabledata['status']) Active @else Inactive @endif {{$tabledata['store_category_name']}}{{$tabledata['customer_name']}} {{$tabledata['customer_mobile_no']}} @if($tabledata['other_state'] == 0) NO @else YES @endif

No Data Available

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

Sorry !!! Unauthorized Access.

@endif {{-- @else

Sorry !!! Service Is Not Available.

@endif --}} @section('externaljs') @endsection