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