@extends('layout')
@section('title','Contact')
@section('meta:title', $page->title)
@section('meta:description', $page->meta_description)
@section('content')
@include('commons.banner', [ 'banners' => $page->banner ] )
@include('contact.form')
Contact info
-
-
Phone
{{ setting('phone')}}
SIP Number
01-5551065
Landline Number
166001-51065
Toll Free
-
-
Email
{{ setting('email') }}
-
-
Address
{{ setting('postbox') }}
{{ setting('address') }}
{{ setting('state') }}
-
-
Office Hours
{{ setting('office-weekdays-hours') }}
-
@stop
@push('scripts')
@endpush