@extends('site.master') @section('page-title', $branch->title) @section('page-description', $branch->srtsmry) @section('page-image', asset($branch->image ?? $branch->image)) @section('main-content')

{{ $branch->title }}

@if($branch->latitude && $branch->longitude)
@endif

{{ $branch->title }}

@if($branch->image)
{{ $branch->title }}
@endif @if($branch->description)

@lang('language.about_branch')

{!! $branch->description !!}
@endif

@lang('language.contact_information')

    @if ($branch->branchmanager || $branch->branchincharge)
  • {{ $branch->branchmanager ? 'Branch Manager' : 'Branch Incharge' }} {{ $branch->branchmanager ? $branch->branchmanager : $branch->branchincharge }}
  • @endif
  • Address {{ $branch->tole }}, {{ session('localeSession') == 'en' ? $branch->getmunicipality->title : $branch->getmunicipality->title_np }}, {{ session('localeSession') == 'en' ? $branch->getdistrict->title_en : $branch->getdistrict->title_np }}, {{ session('localeSession') == 'en' ? $branch->getprovince->title_en : $branch->getprovince->title_np }}
  • @if ($branch->phonenumberbranch)
  • Phone @php $phoneNumbers = explode(',', $branch->phonenumberbranch); @endphp @foreach ($phoneNumbers as $phoneNumber) {{ numEnToNp(trim($phoneNumber)) }} @endforeach
  • @endif @if ($branch->branchemail)
  • @endif @if ($branch->fax_no)
  • Fax {{ numEnToNp($branch->fax_no) }}
  • @endif
@if($branch->latitude && $branch->longitude) @endif
@endsection @push('script') @if($branch->latitude && $branch->longitude) @endif @endpush