@php $backgroundImage = ''; if ($deposit[0]->title == 'Muhammad Zaid') { $backgroundImage = 'zaid.png'; } elseif ($deposit[0]->title == 'Shahbaz Tabassum') { $backgroundImage = 'shahbaz.png'; } elseif ($deposit[0]->title == 'Moazzam Ali') { $backgroundImage = 'moazzam.png'; } elseif ($deposit[0]->title == 'Waqar Azeem') { $backgroundImage = 'waqar.png'; } elseif ($deposit[0]->title == 'Tariq Jamal') { $backgroundImage = 'tariq.png'; } else { $backgroundImage = 'certificate-pdf.png'; // Fallback image } @endphp