@extends('admin.layouts.base') @section('title') Senecartours - Véhicules @endsection @push('css') @endpush @section('content')

Véhicules

Véhicules

@foreach ($vehicules as $v) @endforeach
Image Libellé Année Transmission Carburant Actions
contact-img {{ $v->libelle }} {{ $v->annee }} {{ $v->type_transmission }} {{ $v->type_carburant }} {{-- --}}
@push('scripts') @endpush @endsection