{{__('main.contact_us')}}

@php $offices = \App\Office::leftjoin('office_descriptions AS OD', 'OD.office_id', 'offices.id') ->where('OD.language_id', currentLanguage()->id) ->select(['OD.*', 'offices.*'])->take(2)->cursor(); @endphp
  • {{$offices->first()->po_box}}
  • {{$offices->first()->address}}
  • Tel: {{$offices->first()->phone}}
  • {{$offices->first()->fax != null ? 'Fax:' . $offices->first()->fax : ''}}

© 2020 Nesma Holding Co. Ltd.