Branch Details: {{ $branch->name }}
Basic Information
Name:
{{ $branch->name }}
District:
@if ($branch->district)
{{ $branch->district->name }}
@else
N/A
@endif
Display Order:
{{ $branch->display_order }}
Additional Details
Status:
@if ($branch->is_published)
Published
@else
Draft
@endif
Created At:
{{ $branch->created_at->format('M d, Y H:i') }}
Updated At:
{{ $branch->updated_at->format('M d, Y H:i') }}
Contact Information
Phone Number:
{{ $branch->phone_number }}
Email:
@if ($branch->email)
{{ $branch->email }}
@else
N/A
@endif
Address:
{{ $branch->address }}
Google Map
@if ($branch->map_iframe)
{!! $branch->map_iframe !!}
@else
No map available for this branch.
@endif