@extends('admin.layouts.base')
@section('title')
Senecartours - Véhicules
@endsection
@push('css')
@endpush
@section('content')
Image |
Libellé |
Année |
Transmission |
Carburant |
Actions |
@foreach ($vehicules as $v)
|
{{ $v->libelle }} |
{{ $v->annee }} |
{{ $v->type_transmission }} |
{{ $v->type_carburant }} |
{{-- --}}
|
@endforeach
@push('scripts')
@endpush
@endsection