@extends('layouts.master') @section('title', 'Open Round') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

Edit

{{ $openround->openround_name }}

{{ $openround->scholarship_type_name }}


Academic :
{{ $openround->openround_semester }}/{{ $openround->openround_year }}
Period From :
{{ date("M j, Y", strtotime($openround->openround_datefrom)) }} {{ date("g:i A", strtotime($openround->openround_timefrom)) }}
Period To :
{{ date("M j, Y", strtotime($openround->openround_dateto)) }} {{ date("g:i A", strtotime($openround->openround_timeto)) }}
Status :
@if(date('Y-m-d H:i:s') <= $openround->openround_datefrom.' '.$openround->openround_timefrom) Comming @else @if(isWithinRange(date('Y-m-d H:i:s'), $openround->openround_datefrom.' '.$openround->openround_timefrom, $openround->openround_dateto.' '.$openround->openround_timeto)) Open @else Close @endif @endif

Remark :
{{ $openround->openround_remark }}

Logo
{!! $openround->openround_email !!}
Scholarship Recipient Timesheet System (STS)
Sirindhorn International Institute of Technology (SIIT)
Thammasat University - Rangsit Center 99 Moo 18, Phahonyothin Rd., Tamboon Klong Nueng, Amphur Klong Luang, Pathumthani 12120 Thailand


@include('layouts.footer') @endsection