@extends('layouts.app') @section('title') {{ __('messages.Restaurants') }} @endsection @section('style') @endsection @section('content')
{{ __("messages.The restaurant has not registered any bank accounts") }} :(
@can('restaurant_notify') @endcan{{ __("messages.The restaurant information is pending") }} :(
{{ __("messages.Working hours are pending") }} :(
| {{ __("messages.Day") }} | {{ __("messages.Status") }} | {{ __("messages.From") }} - {{ __("messages.To") }} |
|---|---|---|
| {{ __("messages.$day") }} | @if(isset($day_info) && $day_info['is_open']) @else @endif | {{ isset($day_info) && $day_info['is_open'] ? $day_info->start_time_format . " - " . $day_info->end_time_format : "-----------"}} |
{{ __("messages.Services information is pending") }} :(
{{ __("messages.There is no data to display") }} :(
| # | {{ __('messages.City') }} | {{ __('messages.Region') }} | {{ __('messages.Price') }} |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->city->name }} | {{ $delivery_fee->region->name }} | {{ $delivery_fee->amount }} {{ __("messages.AED") }} |
{{ __("messages.There is no data to display") }} :(
| # | {{ __('messages.Client') }} | {{ __('messages.Rate') }} | {{ __('messages.Comment') }} |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->user->name }} | {{ $item->comment ?? '----------' }} |