@extends("restaurants.layouts.restaurants_layout") @section("restaurant_content")
@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_view_orders_customer_phone'] ?? 'Phone No'}} : {{ $data->customer_phone }} {{ $data->customer_phone }}
{{$selected_language->data['store_orders_table_no'] ?? 'Table No'}} : {{ $data->table_name }}
{{$selected_language->data['store_view_waiter_call_comments'] ?? 'Comment.'}} : {{ $data->comment }}
@endforeach
@endsection