@extends('layouts.admin') @section('content')
@foreach($tables as $table) @endforeach
Name Location No of Seats Actions
{{ $table->name }} @if ($table->tableLocation) {{ $table->tableLocation->name }} @endif {{ $table->no_of_seats }}
@csrf @method('delete')
@endsection