@extends('templates.default.layouts.default') @section('content')

{{$restaurant->title}} - {{$restaurant->getCity()->name}}

{{ $coupon->title }}

קוד קופון: {{ $coupon->code }}

בתוקף עד: {{ date('d.m.Y', $coupon->exp_date) }}

{{$restaurant->address}}, {{$restaurant->city->name}}
{{$restaurant->phone}}
@endsection