@extends('layouts.branch') @section('title', 'Branch Profile') @section('header', 'Branch Profile') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Profile', 'url' => route('branch.profile')] ] ])

{{ $branch->name }}

Registry: {{ $branch->outlet_code }}

Reporting Manager

{{ $branch->reporting_manager }}

Primary Contact

{{ $branch->phone }}

Email Address

{{ $branch->email ?? 'Not Configured' }}

City / Region

{{ $branch->city }}, {{ $branch->state }}

Physical Address

{{ $branch->address_1 }}
{{ $branch->address_2 }}

Contact headquarters for profile modifications.

@endsection