@extends('template.index') @inject("configCtrl","App\Http\Controllers\ConfigurationController") @section('title',$configCtrl->get(App::getLocale(),"site_title") .' - Contact') @section('site_title',$configCtrl->get(App::getLocale(),"site_title")) @section('description',$configCtrl->get(App::getLocale(),"description")) @section('keywords',$configCtrl->get(App::getLocale(),"meta_keywords")) @section('og_title',$configCtrl->get(App::getLocale(),"site_title") .' - Contact') @section('og_description',$configCtrl->get(App::getLocale(),"description")) @section('content')

{{ trans("contact.contactUs") }}

{{ trans("contact.contactUsNow") }}

{!! csrf_field() !!}
@endsection @section("js") @endsection