{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_counter_sale-read'))--}}
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_counter_sale-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @if(\App\Models\User::find($tabledata['user_id'])) @else @endif @endforeach @else @endif
Actions Status From Time To Time Sale Person Counter No.
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_counter_sale-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_counter_sale-delete')) @endif @if($tabledata['status']) Active @else Inactive @endif {{\Carbon\Carbon::parse($tabledata['start_datetime'])->format('d-M-y h:i A')}} {{\Carbon\Carbon::parse($tabledata['end_datetime'])->format('d-M-y h:i A')}} {{\App\Models\User::find($tabledata['user_id'])->name}} {{$tabledata['get_store_counter_sale']['counter_no']}}

No Data Available

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

Sorry !!! Unauthorized Access.

@endif @else

Sorry !!! Service Is Not Available.

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