@extends($theme.'frontend.layouts.master') @section('title',__('Contact')) @section('content')
{{__('Contact Us')}}

{{__('Feel Free To Contact Us')}}

{{__('E-mail')}}

{!! $general->contact_email !!}

{{__('Our Head Office')}}

{!! $general->contact_address !!}

{{__('Phone')}}

{!! $general->contact_phone !!}

@stop