@extends('site.pages') @section('title', $page_title) @section('breadcrumb_content')

{{$page_title}}

@endsection @section('content') @include('site.partials.breadcrumb')

{{__('pages.contact_us_title')}}

{{__('pages.office_location')}}

{{ $basic_info['companyInfo']['addr'] }}

{{__('pages.phone_number')}}

{{ $basic_info['companyInfo']['phone'] }}

{{__("pages.email")}}

{{ $basic_info['companyInfo']['comp_email'] }}

@csrf
@endsection @push('js_scripts') @endpush