@extends('layouts.master') @section('title', 'List of Scholarship Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

@csrf
{{--
--}}

status == 'open' ? 'checked' : '' }}>
status == 'close' ? 'checked' : '' }}>
@include('layouts.footer') @endsection