@extends('layouts.admin') @section('content')

Scholorship

@if ($message = Session::get('success'))

{{ $message }}

@endif @foreach($scholorships as $scholarship) @endforeach
No Course Country Fees Discount Total Action
{{$scholarship->id}} {{$scholarship->department}} {{$scholarship->country}} {{$scholarship->fees}} {{$scholarship->discount}} {{$total=$scholarship->fees-$scholarship->discount }}
@csrf @method('DELETE')
Number of ScholorShip:: ({{ $data->count() }})
Kardan University Of Afghanistan
{!! $scholorships->links() !!} @endsection