@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
Relação de comandas abertas
| ID |
| Mesa |
Cliente |
Status |
@foreach($comandas as $comanda)
| {{$comanda->id}} |
{{$comanda->numero_mesa}} |
{{$comanda->nome_cliente}} |
{{$comanda->status}} |
|
@endforeach
@stop
@section('css')
@stop
@section('js')
@stop