@extends('layouts.backend.app') @section("content")
@if (session('error'))
{{ session('error') }}
@endif
{{ csrf_field() }}

Vous êtes





L'assurance au tiers est la formule Auto la plus basique.
Les garanties peuvent varier d'une compagnie à une autre!
@if ($errors->has('immat')) {{ $errors->first('immat') }} @endif
@if ($errors->has('name_cg')) {{ $errors->first('name_cg') }} @endif
@if ($errors->has('marque')) {{ $errors->first('marque') }} @endif
@if ($errors->has('genre')) {{ $errors->first('genre') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('nbplace')) {{ $errors->first('nbplace') }} @endif
@if ($errors->has('nbplace')) {{ $errors->first('nbplace') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('job')) {{ $errors->first('job') }} @endif
@if ($errors->has('datePC')) {{ $errors->first('datePC') }} @endif

Je souhaites souscrire à ces services supplémentaires

@foreach($optional_services as $serv)
@endforeach
@endsection @section('header-script') @stop @section('footer-script')