{{-- filepath: resources/views/admin/subscription-plan/grouped.blade.php --}} @extends('admin.layout.app') @section('title', 'User Subscriptions') @section('content')
| User | Plan | Price | Start | End | Action |
|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($date)->format('F d, Y') }} | |||||
| {{ $sub->user->name }} | {{ $sub->plan->duration }} months | {{ number_format($sub->amount) }} | {{ $sub->start_date }} | {{ $sub->end_date }} | |