@extends('layouts.master') @section('title', 'List of Scholarship by Admin') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') Academic Year -- All -- @foreach ($academic_years as $ay) academic_id ? 'selected' : '' }}> {{ $ay->academic_name }} @endforeach Semester -- All -- 1 2 Summer Add No. Name of Scholarship Manage @foreach ($scholarships as $key => $scholarship) {{ $key + 1 }} {{ $scholarship->name_en }} @endforeach @include('layouts.footer') @endsection