@extends('frontend.layouts.app')
@section('content')
Récapitulatif
@foreach($files as $file)
{{ $file['name'] }} ({{ $file['pages'] }} Pages) - {{ $file['total'] }} €
- Format : {{ $file['format'] ?? 'A4' }}
- Impression : {{ $file['print_type'] }}
- Orientation : {{ ucfirst($file['orientation']) }}
- Mise en page : Recto
- Type de papier : Standard
@endforeach
Total: {{ $total }} €
@endsection