@extends('layouts.admin') @section('header', 'Marques') @section('content')
@csrf
@foreach($brands as $brand) @endforeach
Nom Actions
{{ $brand->name }}
@csrf @method('DELETE')
@endsection