@extends('layouts.app') @section('title', 'Vehicle Brands') @section('content')
Showroom Brands List
@forelse($brands as $brand)
{{ $brand }}
Certified Manufacturer
@empty
No brands found.
@endforelse
@endsection