@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") }}

{{ trans('candidature.bienvenue') }}

{{ trans('candidature.bienvenueTxt') }}

{{ trans('candidature.transmettre') }}

{{ trans('candidature.transmettreTxt') }}

{{ trans("candidature.joinUs") }}

{!! csrf_field() !!}

@endsection @section('js') @endsection