{{-- @if($serverstatus) --}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-read')) {{--Permissions--}}
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Date Supplier Name Mobile No GST No PAN No Other State
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_purchase-update')) @endif {{----}} @if($tabledata['status']) Active @else Inactive @endif {{Carbon\Carbon::parse($tabledata['created_at'])->format('d M, Y')}} {{$tabledata['supplier_name']}} {{$tabledata['supplier_mobile_no']}} {{$tabledata['supplier_gst_no']}} {{$tabledata['supplier_pan_no']}} @if($tabledata['other_state']) Yes @else No @endif

No Data Available

@if(sizeof($datatables)>0) {{$datatables->links('livewire.pagination-livewire')}} @endif
@else

Sorry !!! Unauthorized Access.

@endif {{-- @else

Sorry !!! Service Is Not Available.

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