@extends('layouts.master') @section('content')

Ajouter un vehicule

@if(Session::has('message'))
{{Session::get('message')}}
@endif
{{ csrf_field() }}
@if ($errors->has('num_carte_rose')) {{ $errors->first('num_carte_rose') }} @endif
@if ($errors->has('num_immatriculation')) {{ $errors->first('num_immatriculation') }} @endif
@if ($errors->has('marque')) {{ $errors->first('marque') }} @endif
@if ($errors->has('modele')) {{ $errors->first('modele') }} @endif
@if ($errors->has('categorie_plaque')) {{ $errors->first('categorie_plaque') }} @endif
@if ($errors->has('couleur')) {{ $errors->first('couleur') }} @endif @if ($errors->has('cat_vehi')) {{ $errors->first('cat_vehi') }} @endif
@if ($errors->has('carburant')) {{ $errors->first('carburant') }} @endif @if ($errors->has('nombre_place')) {{ $errors->first('nombre_place') }} @endif @if(Session::has('error'))
{{Session::get('error')}}
@endif @if ($errors->has('usage')) {{ $errors->first('usage') }} @endif
@if ($errors->has('proprietaire')) {{ $errors->first('proprietaire') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Format(image ou pdf)
@stop @section('page-script') @stop