@include('layouts.header')
List Clients
Add Client
@foreach($data as $region) @foreach($region->regionalCountries as $country) @foreach($country->countryBranches as $branch) @endforeach @endforeach @endforeach
Client Name Country Phone Action
{{$branch->branch_name}} {{$country->country->name}} {{@$branch->phone}}
@include('layouts.footer')