@extends("restaurants.layouts.restaurants_layout") @section("restaurant_content")

Tables

@php $i=1 @endphp @foreach($tables as $data)
{{$selected_language->data['store_dashboard_table_no'] ?? 'Table No'}} : {{ $data->table_name }}
is_active ==1?"checked":NULL}} data-id={{$data->id}}>

@endforeach
@endsection @push('js') @endpush