@extends('frontend.layouts.app') @section('content')

Récapitulatif

@foreach($files as $file)

{{ $file['name'] }} ({{ $file['pages'] }} Pages) - {{ $file['total'] }} €

@endforeach

Total: {{ $total }} €

@csrf
@endsection