@extends('layouts.admin') @section('css') @parent {!! Html::style('css/adminbsb/materialize.min.css') !!} @stop @section('content')

mail_outline Page de contact

{!! Form::open(array("class" => "form-horizontal")) !!}
@if(count(getAllLangues()) > 1) @endif

Configuration de la page de contact

{!! Form::text('company_name', getParametre('company_name'), array("class" => "form-control", "placeholder" => "Nom société", "required")) !!}
{!! Form::text('nav_contact', getParametre('nav_contact'), array("class" => "form-control", "placeholder" => "Title", "required", "maxlength" => 80, "ID" => "idtitle")) !!}
Nombre de charactère :
{!! Form::text('menu_contact', getParametre('menu_contact'), array("class" => "form-control", "placeholder" => "Titre dans le menu", "required")) !!}
{!! Form::text('titre_contact', getParametre('titre_contact'), array("class" => "form-control", "placeholder" => "H1", "required")) !!}
{!! Form::text('titre_situation', getParametre('titre_situation'), array("class" => "form-control", "placeholder" => "Titre partie situation")) !!}
{!! Form::textarea('contact_description', getParametre('contact_description'), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "META Description", "ID" => "idmeta")) !!}
Nombre de charactère :
{!! Form::textarea('contact_rewrite', getParametre('contact_rewrite'), array("rows" => 2, "class" => "form-control", "placeholder" => "URL propre")) !!}
@if(count(getAllLangues()) > 1) @foreach (getAllLangues() as $langue) @if($langue->suffixe != "fre")

Configuration de la page de contact

{!! Form::text($langue->suffixe.'_company_name_ml', getParametreLangue($langue->suffixe, 'company_name'), array("class" => "form-control", "placeholder" => "Title")) !!}
{!! Form::text($langue->suffixe.'_nav_contact_ml', getParametreLangue($langue->suffixe, 'nav_contact'), array("class" => "form-control", "placeholder" => "Title", "maxlength" => 80)) !!}
{!! Form::text($langue->suffixe.'_menu_contact_ml', getParametreLangue($langue->suffixe, 'menu_contact'), array("class" => "form-control", "placeholder" => "Title")) !!}
{!! Form::text($langue->suffixe.'_titre_contact_ml', getParametreLangue($langue->suffixe, 'titre_contact'), array("class" => "form-control", "placeholder" => "Title")) !!}
{!! Form::text($langue->suffixe.'_titre_situation_ml', getParametreLangue($langue->suffixe, 'titre_situation'), array("class" => "form-control", "placeholder" => "Title")) !!}
{!! Form::textarea($langue->suffixe.'_contact_description_ml', getParametreLangue($langue->suffixe, 'contact_description'), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "META Description")) !!}
{!! Form::textarea($langue->suffixe.'_contact_rewrite_ml', getParametreLangue($langue->suffixe, 'contact_rewrite'), array("rows" => 2, "class" => "form-control", "placeholder" => "META Description")) !!}
@endif @endforeach @endif

Paramètre de situation géographique

{!! Form::text('titre_situation', getParametre('titre_situation'), array("class" => "form-control", "placeholder" => "Titre partie situation")) !!}
{!! Form::text('gm_lat', getParametre('gm_lat'), array("class" => "form-control", "placeholder" => "GPS Latitude")) !!}
{!! Form::text('gm_long', getParametre('gm_long'), array("class" => "form-control", "placeholder" => "GPS Longitude")) !!}
{!! Form::file('mini_logo', array("class" => "form-control")) !!}
@if($logo)
{!! Html::image("img/admin/mini-logo.jpg", "", array("class" => "img-responsive pull-left")) !!} delete_forever
@endif
{!! Form::close() !!}
@stop @section('js') @parent {{-- Html::script("js/jquery.tzCheckbox.js") --}} @stop