@forelse($brands as $brand) @empty @endforelse
Brand Rating Website Total Leads Total Revenue Actions
@if($brand->logo) @else
@endif
{{ $brand->name }}
@if($brand->description)
{{ $brand->description }}
@endif
@for($i = 1; $i <= 5; $i++) @endfor {{ $brand->rating }}/5
@if($brand->website) {{ $brand->website }} @else - @endif {{ number_format($brand->total_leads) }} ${{ number_format($brand->total_revenue, 2) }}
Edit
@if ($search)

No results found

Try adjusting your search

@else

No brands found

Add your first brand @endif
@if ($brands->hasPages())
{{ $brands->links() }}
@endif