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

Catégories

Liste des catégories

{{-- @foreach ($categories as $category) @endforeach --}}
Catégorie Prix Jour Prix/Km 7 jours 1 Mois Type de véhicules Date Ajout Action
{{ $category->label }} {{ $category->price_day }} {{ $category->price_km }} {{ $category->price_week }} {{ $category->price_month }} {{ $category->typeVoitures->libelle }}
@push('scripts') @endpush @endsection