@extends('layouts.app') @section('title', '| Users') @section('content')
| ID | Data do Pedido | Nome | Loja | Vendedor | Modelo | Acabamento | Cor | Total | Estado | Ações |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $gate->id }} | {{ $gate->created_at->format('d-m-Y') }} | {{ $gate->name }} | {{ $gate->shop }} | {{ $gate->seller }} | {{ $gate->model }} | {{ $gate->acabm }} | {{ $gate->color }} | {{ $gate->total }} € | {{ $gate->status }} |