@extends('layouts.dash_api') @section('title') Vehicule @stop @section('content') @if($vehicule)
Vehicule N°  {!! $vehicule->numero !!} 
{{ html()->modelForm($vehicule, 'PUT', url('vehicules/' . $vehicule->id))->open() }} @include("vehicules.content") {{ html()->closeModelForm() }}
@else
Véhicule N°{{ $numero }}
Cette immatriculation n'existe pas sur Wallis et Futuna
@endif @stop @section('scripts0') @stop