@extends('template.index') @inject("configCtrl","App\Http\Controllers\ConfigurationController") @section('title',$configCtrl->get(App::getLocale(),"site_title") .' - Candidature') @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") .' - Candidature') @section('og_description',$configCtrl->get(App::getLocale(),"description")) @section('content') {{ trans("candidature.joinUs") }} {{ trans("candidature.followUs") }} {{ __('general.home') }} {{ __('candidature.candidature') }} {{ trans('candidature.bienvenue') }} {{ trans('candidature.bienvenueTxt') }} {{ trans('candidature.transmettre') }} {{ trans('candidature.transmettreTxt') }} {{ trans("candidature.joinUs") }} {!! csrf_field() !!} {{ trans("candidature.name") }} * {{ trans("candidature.lastname") }} {{ trans("candidature.email") }} * {{ trans("candidature.message") }} * {{ trans("candidature.file") }} Envoyer @endsection @section('js') @endsection