@extends('layouts.admin') @section('content') @csrf @method('put') Name * No of seats * Table Status status == 'available') selected @endif>Available status == 'unavailable') selected @endif>Unavailable Table Location @foreach($tableLocations as $location) id == $table->table_location_id) selected @endif>{{ $location->name }} @endforeach Bookable by guest bookable_by_guest == 1) selected @endif>Yes bookable_by_guest == 0) selected @endif>No Guest can book for food? guests_can_book_for_food == 1) selected @endif>Yes guests_can_book_for_food == 0) selected @endif>No Table for drinks only? drinks_only == 1) selected @endif>No drinks_only == 1) selected @endif>Yes Update @endsection