@extends('layouts.master') @section('title', 'Scholarship Details') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
{{ $scholarship->name_en }}

Application Period

{{ $scholarship->name_en }}
{{ $scholarship->name_th }}

{{ $scholarship->description }}

Start Date

{{ $scholarship->start_date ? date('d M Y', strtotime($scholarship->start_date)) : '-' }} - {{ $scholarship->end_date ? date('d M Y', strtotime($scholarship->end_date)) : '-' }}

Status

{{ $scholarship->sold_out == 1 ? 'Sold Out' : 'Available' }}

Sponsor

{{ $scholarship->sponsor ?? 'No Sponsor' }}

Applicant Qualifications

-

@include('layouts.footer') @endsection