@extends('admin.layout.master') @section('title') Scholarship @endsection @section('content')
Scholarship
Scholarships
@foreach($scholarship as $sc) @endforeach
# Provider Name Provider Email Scholarship Name Intitute name Country Type Amount CGPA/Marks Start Date End Date change Status Status Action
{{ $count++ }} {{ $sc->name }} {{ $sc->email }} {{ $sc->scholarship_name }} {{ $sc->institute_name }} {{ $sc->country }} {{ $sc->s_type }} {{ $sc->amount }} {{ $sc->cgpa }} {{ $sc->start_date }} {{ $sc->end_date }}
@endsection @section('script') @endsection