@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") }} {{ __('general.home') }} {{ __('general.contact') }} {{ trans("contact.contactUsNow") }} {!! csrf_field() !!} {{ trans("contact.name") }} * {{ trans("contact.email") }} * {{ trans("contact.phone") }} {{ trans("contact.subject") }} * {{ trans("contact.message") }} * Envoyer Message @endsection @section("js") @endsection