@extends('layouts.master') @section('title', 'Open Round') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') {{ csrf_field() }} Year * Semester * Round Name * @foreach($scholarship_type as $new_scholarship_type) scholarship_type_id ? 'selected' : '' }}> {{ $new_scholarship_type->scholarship_type_name }} @endforeach Scholarship Type * Date Start * Time Start * Date End * Date End * Request CGPA of (Year) * Request CGPA of (Semester) * {{ $openround_remark }} Remark {{ $openround_email }} Back * These fields are required. @include('layouts.footer') @endsection
* These fields are required.