{{-- --}} @php $count = count($fullDbData); @endphp @foreach($fullDbData as $key => $resultData) {{-- --}} @endforeach
# DB Name City Parcels Clients Receivers Inwards This Month Parcels Account Carrier Count (Max) Cash Carrier Count (Max)Type
{{ $resultData['dbname'] }} {{ $resultData['city'] }} {{ $resultData['totParcel'] }} {{ $resultData['totClient'] }} {{ $resultData['totReceiver'] }} {{ $resultData['totInward'] }} {{ $resultData['curMonthTotalParcel'] }} {{ $resultData['accountCarrierCountMax'] }} {{ $resultData['caseCarrierCountMax'] }} @php $type = $resultData['actype']; if ($type == '1') { $typeValue = 'FULL'; } elseif ($type == '2') { $typeValue = 'LIMITED'; } else { $typeValue = 'DEMO'; } @endphp {{ $typeValue }}
{{-- --}} @php $count = count($limitedDbData); @endphp @foreach($limitedDbData as $key => $resultData) {{-- --}} @endforeach
# DB Name City Parcels Clients Receivers Inwards This Month Parcels Account Carrier Count (Max) Cash Carrier Count (Max)Type
{{ $resultData['dbname'] }} {{ $resultData['city'] }} {{ $resultData['totParcel'] }} {{ $resultData['totClient'] }} {{ $resultData['totReceiver'] }} {{ $resultData['totInward'] }} {{ $resultData['curMonthTotalParcel'] }} {{ $resultData['accountCarrierCountMax'] }} {{ $resultData['caseCarrierCountMax'] }} @php $type = $resultData['actype']; if ($type == '1') { $typeValue = 'FULL'; } elseif ($type == '2') { $typeValue = 'LIMITED'; } else { $typeValue = 'DEMO'; } @endphp {{ $typeValue }}