{{ $scholarship->description }}
{{ $scholarship->start_date ? date('d M Y', strtotime($scholarship->start_date)) : '-' }} - {{ $scholarship->end_date ? date('d M Y', strtotime($scholarship->end_date)) : '-' }}
{{ $scholarship->status == 1 ? 'Status' : 'Available' }}
{{ $scholarship->sponsor ?? 'No Sponsor' }}
-
{!!nl2br(e($scholarship->description))!!}
@endif{{ date('d M Y', strtotime($scholarship->start_date)) }} - {{ date('d M Y', strtotime($scholarship->end_date)) }}
{{ strtoupper($scholarship->status) }}
{{ $scholarship->details ?? 'No details available.' }}