{{ trans('plugins/branches::branches.contact_info') }}

@if($branch->location)
{{ trans('plugins/branches::branches.location') }} {{ $branch->location }}
@endif @if($branch->manager_name)
{{ trans('plugins/branches::branches.manager') }} {{ $branch->manager_name }}
@endif @if($branch->email)
{{ trans('plugins/branches::branches.email') }} {{ $branch->email }}
@endif @if($branch->phone)
{{ trans('plugins/branches::branches.phone') }} {{ $branch->phone }}
@endif

Quick Actions

@if($branch->lat && $branch->lng) {{ trans('plugins/branches::branches.get_directions') }} @endif @if($branch->phone) {{ trans('plugins/branches::branches.call_branch') }} @endif @if($branch->email) {{ trans('plugins/branches::branches.email_branch') }} @endif
@if($branch->lat && $branch->lng)

Location

Find us on the map

@endif