@extends("restaurants.layouts.restaurantslayout") @section("restaurantcontant")
@php $i=1 @endphp @foreach($calls as $data)
{{ $data->customer_name }}
@if($data->is_completed == 0) @endif @if($data->is_completed == 1) @endif
{{$selected_language->data['store_phone_no'] ?? 'Phone No'}}
{{ $data->customer_phone }}
{{$selected_language->data['store_tableno'] ?? 'Table No'}}
{{ $data->table_name }}
{{$selected_language->data['store_waiter_comment'] ?? 'Comment.'}}
{{ $data->comment }}
@endforeach
{{-- --}} @endsection