@php /** @var \App\Models\Partnership $p */ /** @var array{dot: string} $cfg */ /** @var ?string $dateText */ /** @var ?string $inclusionText */ @endphp

{{ $p->restaurant_name }}

@if($p->instagram_handle)
{{ '@'.$p->instagram_handle }}
@endif
@if($dateText) {{ $dateText }} @if($p->scheduled_time) {{ $p->scheduled_time }} @endif @endif @if($p->location) {{ $p->location }} @endif @if($p->guests) {{ $p->guests }} {{ $p->guests === 1 ? __('guest') : __('guests') }} @endif
@if($inclusionText)
{{ $inclusionText }}
@endif @if($p->notes)
{{ $p->notes }}
@endif
@if($p->instagram_url) @endif
@if($p->post_url)
{{ __('View posted content') }}
@endif