@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content')
@include('commons.notifications')

Branch Offices

@if($offices_arr->isEmpty() == false) @foreach($offices_arr as $row)

Country : {{ $row->country }}

Manager : {{ $row->country_manager_info->name }}

Physical Address : {{ $row->physical_address or '' }} {{ $row->block_number or '' }}

Postal Address : {{ $row->postal_address or '' }}

City/Town : {{ $row->city_town or '' }}

Country : {{ $row->country or '' }}

  • Phone #: {{ $row->office_phone }}
@endforeach @else

No Records

@endif
@endsection @section('javascript') @endsection