@if($serverstatus) {{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read'))--}} {{--Permissions--}}
{{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-create'))--}} {{-- @endif--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Photo Vendor Name Company Name & Address Contacts
@if($tabledata['status'] =='1') Active @else Inactive @endif
@if($tabledata['vendor_photo']) @else NA @endif {{$tabledata['vendor_name']}}
{{$tabledata['vendor_company_name']}}
{{$tabledata['vendor_address']}},
{{$tabledata['vendor_street']}}, {{$tabledata['vendor_city']}},
{{$tabledata['vendor_district']}}, {{$tabledata['vendor_state']}} - {{$tabledata['vendor_zipcode']}}
Tel No : {{$tabledata['vendor_tel_no']}}
Mobile No : {{$tabledata['vendor_mobile_no']}}
Email ID : {{$tabledata['vendor_email_id']}}

No Data Available

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

Sorry !!! Unauthorized Access

@endif--}} @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection