Dashboard

Add Brand

@csrf
{{--
--}}

Brand List

{{-- --}} @forelse($brands as $index => $brand) {{-- --}} @empty @endforelse
# Logo NameStatusAction
{{ $index + 1 }} @if($brand->img) @else N/A @endif {{ $brand->name }} {{ $brand->status ? 'Active' : 'Inactive' }}
@csrf @method('DELETE')
No brands found
@foreach($brands as $brand) @endforeach