@extends('site_app') @section('head_title', 'Demande de Film ou Série | '.getcong('site_name')) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_contact_us')) @endif
Demande de Film ou Série
{{trans('words.home')}}
Demande
{!! Form::open(['url' => route('request.submit'), 'class' => 'row', 'id' => 'request_form', 'role' => 'form', 'onsubmit' => getcong('recaptcha_on_contact_us') ? 'return submitForm();' : '']) !!}
{{ trans('words.name') }}
{{ trans('words.email') }}
{{ trans('words.title') }}
{{ trans('words.type') }}
-- Sélectionnez un type --
Film
Série
{{ trans('words.description') }}
{{ old('description') }}
@if(getcong('recaptcha_on_contact_us'))
@endif
{{ trans('words.submit') }}
{!! Form::close() !!}
@endsection