@extends('frontend.layouts.app') @section('title', 'Invoice ' . $order->reference . ' - MyFamily Moments') @push('style') @endpush @section('content')
Download, email, or print your invoice
Preserving Your Precious Memories
#{{ $order->reference }}
| Description | Quantity | Unit Price | Total |
|---|---|---|---|
|
{{ $order->plan->name }} Plan
{{ ucfirst(data_get($order->meta, 'billing', 'monthly')) }} subscription
Billing Period: @php $start = optional( $order->paid_at ?? $order->created_at, )->format('M d, Y'); $end = data_get($order->meta, 'billing') === 'yearly' ? optional($order->paid_at ?? $order->created_at) ->addYear() ->format('M d, Y') : optional($order->paid_at ?? $order->created_at) ->addMonth() ->format('M d, Y'); @endphp {{ $start }} - {{ $end }} |
1 | {{ $symbol }}{{ $amount }} | {{ $symbol }}{{ $amount }} |