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

@csrf

sold_out == 1 ? 'checked' : '' }}>
sold_out == 0 ? 'checked' : '' }}>
@include('layouts.footer') @endsection