use Illuminate\Support\Str; @extends('layout.admindashboard') @section('content')

Brands

Items

@foreach ($brands as $brand) {{-- --}} @endforeach
# Logo Name Description Manage
{{ $loop->iteration }} {{ $brand->name }} {{ $brand->description }}ViewEdit Delete
@endsection