@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')
@lang( 'restaurant.table' ) @lang( 'purchase.business_location' ) @lang( 'restaurant.description' ) @lang( 'messages.action' )
@endcan
--}} @component('components.widget')

@lang('restaurant.all_your_tables')

@can('restaurant.create')
{{-- --}}
@endcan
@can('restaurant.view')
@lang('restaurant.table') @lang('purchase.business_location') @lang('restaurant.description') @lang('messages.action')
@endcan
@endcomponent
@endsection @section('javascript') @endsection