@props(['deal' => '', 'broker' => ''])
{{$deal->category->name}} {{-- Show this to guest or customer --}} @if(!auth()->check() || (auth()->check() && auth()->user()->isCustomer())) @endif

{{$deal->title}}

{{$deal->description}}

@guest

Contact Broker

@endguest @auth @endauth
@if(filled($deal->link))

View Deal

@endif