@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)

Digital Strategist

Nicole Pearson

About: Web Designer / UX / Graphic Artist / Coffee Lover

  • Address:
  • Phone #:

4.0

@endforeach @else

No Records

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