@extends('layouts.admin') @section('content') @push('page-title') Create Table - Admin @endpush Create Menu Table Back to all Tables @csrf Table name Number of seats Table location @foreach($tableLocation as $location) {{ $location->name }} @endforeach Status @foreach($tableStatus as $status) {{ $status->name }} @endforeach Bookable by guest? Guests can book for food? Create @endsection