@if($business->cover_image) {{ $business->name }} @else
@endif
@if($business->logo) @else
{{ strtoupper(substr($business->name,0,1)) }}
@endif

{{ $business->name }}

@if($business->city)

๐Ÿ“ {{ $business->city }}

@endif
@if($business->description)

{{ $business->description }}

@endif
@if($business->whatsapp_number) ๐Ÿ’ฌ WhatsApp Order @endif @if($business->phone) ๐Ÿ“ž Call Us @endif
@foreach($categories as $cat) @endforeach
@foreach($categories as $cat)
{{ $cat->name }}
@foreach($cat->activeMenuItems as $item)
@if($item->image) {{ $item->name }} @else
๐Ÿ›๏ธ
@endif
{{ $item->name }}
@if($item->description)
{{ $item->description }}
@endif
@if($item->discount_price) โ‚น{{ number_format($item->price) }} โ‚น{{ number_format($item->discount_price) }} @else โ‚น{{ number_format($item->price) }} @endif
@if($item->is_available) @else
Out of Stock
@endif
@endforeach
@endforeach