@extends('default.layout') @section('content')
Mootoboy | Valor | Pedido | Estado | Data | Observação | Data de pagamento | Ações | |
---|---|---|---|---|---|---|---|---|
@if(!$e->status)
@else @endif |
{{ $e->motoboy->nome }} | {{ number_format($e->valor, 2) }} | @if($e->pedido_id != null) {{ $e->pedido->id }} @else -- @endif | @if($e->status == true) Pago @else Pendente @endif | {{ \Carbon\Carbon::parse($e->created_at)->format('d/m/Y H:i')}} | @if($e->observacao != '') Ver @else -- @endif | @if($e->status == true) {{ \Carbon\Carbon::parse($e->updated_at)->format('d/m/Y H:i')}} @else -- @endif |