@foreach ($agents as $agent) @endforeach
What's new announcement?

Today

Big News

2 min ago

Able Pro is Redesigned

Able Pro is completely renowed with high aesthetics User Interface.

img
Offer

2 hour ago

Able Pro is in best offer price

Download Able Pro exclusive on themeforest with best price.

img

Yesterday

Blog

12 hour ago

Featured Dashboard Template

Do you know Able Pro is one of the featured dashboard template selected by Themeforest team.?

img
Announcement

12 hour ago

Buy Once - Get Free Updated lifetime

Get the lifetime free updates once you purchase the Able Pro.

img

Produit Ajouter Prix Quantité Total
No Product Selected
@foreach($orders as $order) @if($order->products->isEmpty()) @else @foreach($order->products as $product) @endforeach
produit Prix Quantité Total
user-image
{{ $product->name ?? 'Unknown' }}
{{ $product->price ?? 'Unknown' }}
{{ $product->price }}
@csrf @method('DELETE')
@endif @if($order->typeService->isEmpty()) @else @foreach($order->typeService as $service) @endforeach
service Prix Quantité Total
user-image
{{ $service->type ?? 'Unknown' }}
{{ $service->pivot->price ?? 'Unknown' }}
1 @php $service_id = $service->pivot->service_id ?? null; $x = 'no'; if ($service_id) { $Servicef = \App\Models\Service::find($service_id); if ($Servicef) { $x = $Servicef->free ?? 'no'; } } @endphp
{{ $x === 'yes' ? 'Gratuit' : ($service->pivot->price ?? 'Unknown') }}
@csrf @method('DELETE')
@endif @endforeach
Total HT
Total TTC
@csrf @if(!empty($order)) @endif
Settings