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

{{ trans('comanda.aforoReserva') }}

@endsection --}} @section('contenido')
@foreach ($comandas as $listComanda) {{$listComanda->nombre}} @endforeach
{{-- vista --}}
{{-- view_comanda.blade.php --}}
@endsection @section('js') @endsection