@extends('layouts.admin') @section('content')
Name {{ $table->name }}
No of seats {{ $table->no_of_seats }}
status {{ $table->status }}
Location {{ $table->tableLocation->name }}
Guests can book for food? @if($table->guests_can_book_for_food == 1) Yes @else No @endif
Table is for drinks only? @if($table->drinks_only == 1) Yes @else No @endif
@endsection