@extends('backoffice.doctor.layout') @section('styles') @endsection @section('content')
| N° | Libellé | Montant | Type | Status | Date | Expiration | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $packagePayment->package->name ?? '-' }} | {{ $packagePayment->amount ?? '-' }} XOF | {{ $packagePayment->package->type ?? '-' }} | @switch($packagePayment->status) @case(\App\Enums\OrderStatus::COMPLETED->value) @case(App\Enums\OrderStatus::PAID->value){{ $packagePayment->status ?? '' }} | @break @case(App\Enums\OrderStatus::CANCELLED->value){{ $packagePayment->status ?? '' }} | @break @case(App\Enums\OrderStatus::PENDING->value){{ $packagePayment->status ?? '' }} | @break @default{{ $packagePayment->status ?? '' }} | @endswitch{{ $packagePayment->created_at->format('d/m/Y H:i:s') }} | {{ $packagePayment->subscription->expiration->format('d/m/Y') }} |
| Aucun abonnements | |||||||||