{{ $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->sold_out == 1 ? 'Sold Out' : 'Available' }}
{{ $scholarship->sponsor ?? 'No Sponsor' }}
-