@extends('layouts.sash') @section('title', $branch->name) @section('content')
Code {{ $branch->code }}
Status {{ $branch->status }}
@if($branch->address)Address {{ $branch->address }}
@endif @if($branch->city)City {{ $branch->city }}{!! $branch->state ? ', ' . $branch->state : '' !!}
@endif @if($branch->phone)Phone {{ $branch->phone }}
@endif @if($branch->opening_time)Hours {{ $branch->opening_time->format('g:i A') }} - {{ $branch->closing_time?->format('g:i A') }}
@endif