@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.coffe_table.coffe_tables') !!}
{!! $coffe_tables->links() !!}
@foreach ($coffe_tables as $coffe_table) @endforeach
# {!! trans('dashboard.coffe_table.qrcode') !!} {!! trans('dashboard.coffe_table.table_number') !!} {!! trans('dashboard.branch.branch') !!} {!! trans('dashboard.coffe_table.number_of_persons') !!} {!! trans('dashboard.coffe_table.reservation_count') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ $coffe_table->table_number }} {{ @$coffe_table->branch->name }} {{ $coffe_table->number_of_persons }} {{ @$coffe_table->reservations->count() }}
{{ $coffe_table->created_at->format("Y-m-d") }}
{!! $coffe_tables->links() !!}
@include('dashboard.layout.delete_modal') @endsection @section('vendor_styles') @endsection @section('page_styles') @endsection @include('dashboard.coffe_table.scripts')