@extends('template.home.index') @section('title', trans('comanda.comanda_title')) @section('style') @endsection @section('content')
@foreach ($comandas as $listComanda) {{$listComanda->nombre}} @endforeach
{{-- vista --}}
@sidebar('comanda.zonas') {{ trans('comanda.comandas') }} {{ trans('comanda.zonas') }} @endsidebar
{{-- view_comanda.blade.php --}}
@endsection @section('js') @endsection