@foreach ($vendor->areas as $key =>$area)
@foreach ($area->tables as $table)

{{$table->name}}

{{$table->size}}
@endforeach
@endforeach