@extends('layouts.app') @section('content')
Nom | Type | Volume | Prix (HT) | Prix (TTC) | Date | |
---|---|---|---|---|---|---|
{{ $purchase->invoice_id }} | @if(isset($purchase->smsPackage)) {{ $purchase->smsPackage->campaign_type === 'prosp' ? 'Prospection' : 'Fidélisation' }} @elseif($purchase->creditPackage) Crédit @endif | {{ $purchase->volume_total ?? '-'}} | {{ $purchase->price_ht}}€ | {{ $purchase->price_ttc}}€ | {{ $purchase->created_at->format('d/m/Y H:i') }} |
|