@extends('layouts.front', ['class' => ''])
@section('content')
@include('restorants.partials.modals')
{{ $restorant->description }} @if(!empty($openingTime) && !empty($closingTime)) {{ $openingTime }} - {{ $closingTime }} | @endif @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif {{ $restorant->description }} @if(!empty($openingTime) && !empty($closingTime)) {{ $openingTime }} - {{ $closingTime }} | @endif @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif {{ __('Hmmm... Nothing found!')}}
{{ $restorant->name }}
{{ $restorant->name }}
{{ $category->name }}
{{ $item->short_description}}
@money($item->price, config('settings.cashier_currency'),config('settings.do_convertion'))