@extends('layouts.app') @section('title', __( 'restaurant.tables' )) @section('content')

@lang( 'restaurant.tables' ) @lang( 'restaurant.manage_your_tables' )

@lang( 'restaurant.all_your_tables' )

@can('restaurant.create')
@endcan
@can('restaurant.view')
ID Image Name Space Name Location No. of Chairs Description Status Action
@endcan
@endsection @section('javascript') @endsection