@if ($serverstatus)
@if (sizeof($datatables) > 0) @foreach ($datatables as $tabledata) @endforeach @else @endif
Actions Status Image1 Image2 Satisfied Customer Count Quote Quote By Designation Logos
@if ($tabledata['status'] == '1') Active @else Inactive @endif
@if ($tabledata['image1']) @else NA @endif @if ($tabledata['image2']) @else NA @endif {{ $tabledata['customer_count'] }} @foreach ($tabledata['quotations'] as $quote)
{{ $quote['quote'] }}
@endforeach
@foreach ($tabledata['quotations'] as $quote)
{{ $quote['quote_name'] }}
@endforeach
@foreach ($tabledata['quotations'] as $quote)
{{ $quote['quote_designation'] }}
@endforeach
@foreach ($tabledata['logo'] as $log)
@if ($log['logo'] != 'NA') @else NA @endif
@endforeach

No Data Available

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

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection