@extends('layouts.app', [ 'navClass' => 'navbar-light bg-secondary', 'parentSection' => 'laravel', 'elementName' => 'Dashboard' ]) @section('title', 'Home |') @section('content')
5 mais antigas
Prazo: {{ date('d/m/Y', strtotime($task->due_date)) }}
Cliente | Dt. do Embarque | {{--Vence em (Dias) | --}}Ações |
---|---|---|---|
{{ substr($next31->full_name,0,60) }} | {{ date('d/m/Y', strtotime( $next31->start_datetime )) }} | {{--{{ round(abs((strtotime($next31->start_datetime) - time()) / 86400),2) }} | --}}Venda @if (!empty($next31->task_id)) Tarefa @endif |
Cliente | Dt. de Fim | Vence em: |
---|---|---|
{{ $signature->full_name }} | {{ date('d/m/Y', strtotime( $signature->end_date )) }} | @if(round( (strtotime($signature->end_date) - time()) / 86400) + 1 == 0) Hoje @elseif(round( (strtotime($signature->end_date) - time()) / 86400) + 1 == 1) Amanhã @else {{round( (strtotime($signature->end_date) - time()) / 86400) + 1}} dias @endif |
Passageiro | Cliente | Contato | Data |
---|---|---|---|
{{ $aniv->passengers }} | {{ $aniv->full_name }} | {{ "Telefone: ".$aniv->phone_number." | E-mail: " . $aniv->email }} | {{ date('d/m', strtotime( $aniv->birth_date )) }} |