@extends('Root.layout.master') @section('title',"Country Wise") @section('page_name',"Country Wise") @section('content')
@if(session('success')) @endif
Schoolarship List
Add Schoolarship
@foreach($data as $d) @endforeach
SL Title Content Country Created At Actions
{{$loop->iteration}} {{Str::limit($d->title,20)}} {{Str::limit($d->content,40)}} {{strtoupper($d->country)}} {{$d->created_at->diffForHumans()}}
@csrf @method('DELETE')
{{ $data->links('pagination::bootstrap-5') }}
@endsection