@extends('layouts.app', ['title' => __($title)]) @section('head') @endsection @section('admin_title') {{__('Restaurant Management')}} @endsection @section('content')

{{ __($title) }}

{{ __('Save') }}
@foreach ($restoarea->tables as $table)

{{$table->name}}

{{$table->size}}
@endforeach

@endsection @section('js') @endsection