@extends('layouts.admin') @section('content') @push('page-title') Edit {{ $table->name }} - Admin @endpush

Edit {{ $table->name }}

@csrf @method("PUSH")
bookable_by_guest == 1 ? 'checked' : '' }}>
guests_can_book_for_food == 1 ? 'checked' : '' }}>
@endsection