@extends('layouts.app', [ 'title' => __('User Management'), 'parentSection' => 'laravel', 'elementName' => 'user-management' ]) @section('title', 'Assinaturas |') @section('content') @component('layouts.headers.auth') @component('layouts.headers.breadcrumbs') @slot('title') Assinaturas @endslot
Abaixo você encontra a lista de assinaturas vinculadas ao cliente.
Dt. de Início | Dt. de Fim | Vence em: | Forma de Pagamento | Valor | Ações |
---|---|---|---|---|---|
{{ date('d/m/Y', strtotime($signature->start_date)) }} | {{ 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 | {{ $signature->payment_method }} | R$ {{ $signature->price }} |