@extends('layouts.master') @section('title', 'Express54') @section('content')


@if (Session('error')) @endif @if (Session('success')) @endif
@lang('messages.back')

Résumés Paiements Bourses

@foreach ($acceptedApplications as $application) @endforeach
MINISTERE Nom Complet Numéro de décision Page Montant payé 1er Vrst Date 2e Vrst Date 3e Vrst Date 4e Vrst Date Montant total
{{$application->service_name}} {{ strtoupper($application->student_name) }} {{ $application->num_decision }} {{ $application->num_page }} {{ number_format(floor(($application->difference / 655.957) * 100) / 100, 2, '.', ' ') }} € {{ isset($application->payment_data) && is_numeric($application->payment_data->first_amount) ? number_format(floor((($application->payment_data->first_amount / 655.957) * 100)) / 100, 2, ',', ' ') . ' €' : '' }} {{ $application->first_payment ? \Carbon\Carbon::parse($application->first_payment)->format('d/m/y') : '' }} {{ isset($application->payment_data) && is_numeric($application->payment_data->second_amount) ? number_format(floor((($application->payment_data->second_amount / 655.957) * 100)) / 100, 2, ',', ' ') . ' €' : '' }} {{ $application->second_payment ? \Carbon\Carbon::parse($application->second_payment)->format('d/m/y') : '' }} {{ isset($application->payment_data) && is_numeric($application->third_amount) ? number_format(floor((($application->payment_data->third_amount / 655.957) * 100)) / 100, 2, ',', ' ') . ' €' : '' }} {{ $application->third_payment ? \Carbon\Carbon::parse($application->third_payment)->format('d/m/y') : '' }} {{ isset($application->payment_data) && is_numeric($application->fourth_amount) ? number_format(floor((($application->payment_data->fourth_amount / 655.957) * 100)) / 100, 2, ',', ' ') . ' €' : '' }} {{ $application->fourth_payment ? \Carbon\Carbon::parse($application->fourth_payment)->format('d/m/y') : '' }} {{ isset($application->payment_data) && is_numeric($application->montant_bourse) ? number_format(floor((($application->montant_bourse / 655.957) * 100)) / 100, 2, ',', ' ') . ' €' : '' }}


@endsection