@extends('layouts.admin') @section('content') @push('page-title') Edit {{ $table->name }} - Admin @endpush Edit {{ $table->name }} Back to all Tables @csrf @method("PUSH") Table name Number of seats Table location @foreach($tableLocation as $location) name == $table->table_location) selected @endif>{{ $location->name }} @endforeach Status @foreach($tableStatus as $status) name == $table->status)selected @endif>{{ $status->name }} @endforeach Bookable by guest? bookable_by_guest == 1 ? 'checked' : '' }}> Guests can book for food? guests_can_book_for_food == 1 ? 'checked' : '' }}> Create @endsection