@if (count($rows))
Row
Error
Postcode
Zone
Local_region
Metro
City
State
State_code
Branch_location
Branch_id
Routing_code
Rto_routing_code
Blocked
@foreach ($rows as $key => $value)
{{ $value['row'] }}
{{ $value['error'] }}
@foreach ($value['values'] as $key1 => $value1)
{{ $value1 }}
@endforeach
@endforeach
@endif