@if(isset($plans['result']) && $plans['result']['customers'])
@if(count($customers)>0)
@foreach($customers as $customer)
{{$start_Date}} |
{{$end_date}} |
{{$customer['bandwidth']}} GB |
{{$customer['used']}} GB |
{{$status}} |
@endforeach
@else
| | No data found | | | |
@endif
@else
| | No data found | | | |
@endif