@extends('master') @section('title') Mis pedidos @stop @section('custom_js_files') @stop @section('content')
Fecha: {{ translateDate($order->request_at) }}
Restaurante: {{ $order->getShop->name }}
Estado: {{ order_status($order->status) }}