| Brand | Rating | Website | Total Leads | Total Revenue | Actions |
|---|---|---|---|---|---|
|
@if($brand->logo)
{{ $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) }} | |
|
@if ($search)
No results found Try adjusting your search @elseNo brands found Add your first brand @endif |
|||||