@extends('layouts.public') @section('content') @php /** @var array $deals */ @endphp
{{ t_raw('deals_page.sub') }}
 }})
{{ $d['restaurant_name'] }}
@else{{ t_raw('deals_page.valid_all_restaurants') }}
@endif{{ $d['description'] }}
@if ((float) $d['min_order'] > 0){{ t_raw('deals_page.min_order_text', [':amount' => money($d['min_order'])]) }}
@endif{{ t_raw('deals_page.empty_text') }}