@component('mail::message') @if($type === 'accepte') # مرحبا {{ $user->nom_prenom }} تم قبول مشروعك. @else # مرحبا {{ $user->nom_prenom }} نأسف، تم رفض مشروعك. السبب: {{ $motif ?? 'غير محدد' }} @endif @component('mail::button', ['url' => route('admin.jeunesse.index')]) الرجوع إلى الموقع @endcomponent شكرا لك,
{{ config('app.name') }} @endcomponent