{{-- @extends('template.home.index', ['activeButton'=>'general']) @section('title', 'Comanda') @section('style') @endsection @section('content') --}} @extends('template.layoutAdmin', ['activeButton'=>'general']) @section('title') {{ trans('comanda.visualizarComanda') }} @endsection @section('style') @endsection {{-- @section('cabecera')

@endsection --}} @section('contenido')
@foreach ($indexComandaZonas['tablesList'] as $keyContent => $contentTables)
@foreach ($contentTables->mesas as $valueTables)
@endforeach
@endforeach
@endsection @section('js') @endsection