@extends('layouts.app') @section('title') {{ __('messages.Restaurants') }} @endsection @section('style') @endsection @section('content')
| # | {{ __('messages.Client') }} | {{ __("messages.Mobile") }} | {{ __("messages_1.Type") }} | {{ __('messages.Date') }} | {{ __('messages.From') }} | {{ __("messages.To") }} |
|---|---|---|---|---|---|---|
| {{ $skipCount + $i }} | @php $i++ @endphp{{ $item->customer_name }} | {{ $item->mobile }} | {{ $item->order_id ? __("messages.Skip App") : __("messages.From the Restaurant")}} | {{ $item->day }} | {{ date("H:i a", strtotime( $item->from)) }} | {{ date("H:i a", strtotime( $item->to)) }} |