@extends('app') @section('title', $page_data->meta_title) @section('meta_keywords', $page_data->meta_keywords) @section('meta_description', $page_data->meta_description) @section('head') @endsection @section('content')

{{__('Just as Fast, Just as Easy')}},
{{__('Twice as Funny!')}}

{!! strtoupper(__('contact us')) !!}

{!!$page_information['tpl_txt_1']!!}

{!!$page_information['tpl_txt_2']!!}

@if($setting = \App\SiteSettings::where('name','contact_data')->first())
{!! $setting->value !!}
@endif

{{__('Text our Representative Now')}}

Call Us: {{$page_information['tpl_txt_3']}}

{{__('We have live chat available as well')}}

{{__('Chat live Now')}}

{{__('For questions and comments email us at')}}:

{{$page_information['tpl_txt_4']}}

@endsection @section('foot')