@extends('layouts.app') @section('title', __('dashboard.billing')) @section('content')
{{ __('dashboard.billing_description') }}
**** **** **** {{ Auth::user()->card->last4 }}
{{ __('dashboard.expires') }}: {{ Auth::user()->card->exp_month }}/{{ Auth::user()->card->exp_year }}
{{ __('dashboard.no_payment_method') }}
@endif{{ __('dashboard.no_active_subscription') }}
@endif{{ __('dashboard.date') }} | {{ __('dashboard.description') }} | {{ __('dashboard.amount') }} | {{ __('dashboard.status') }} | {{ __('dashboard.actions') }} |
---|---|---|---|---|
{{ $invoice->created_at->format('Y-m-d') }} | {{ $invoice->description }} | ${{ number_format($invoice->amount, 2) }} | @if($invoice->status == 'paid') {{ __('dashboard.paid') }} @elseif($invoice->status == 'pending') {{ __('dashboard.pending') }} @else {{ __('dashboard.failed') }} @endif | {{ __('dashboard.view') }} |
{{ __('dashboard.no_billing_history') }}
@endif