@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

comandas Abertas

@stop @section('content')
Relação de comandas abertas
@foreach($comandas as $comanda) @endforeach
ID Mesa Cliente Status
{{$comanda->id}} {{$comanda->numero_mesa}} {{$comanda->nome_cliente}} {{$comanda->status}}
@stop @section('css') @stop @section('js') @stop