@extends('layouts.master') @section('title', 'List of Scholarship') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') No. Name Manage 1 Academic Excellence Scholarship 2 Need-based Scholarship 3 Activity Scholarship 4 @role('Admin') List of Scholarship by Admin @else List of Scholarship by Admin @endrole @include('layouts.footer') @endsection