@extends('frontend.layouts.app') @section('title') @endsection @section('seo') Trainings | JRS @endsection @section('content')
@foreach ($graduates as $graduate)
...

{{ $graduate->name }}

Batch {{ $graduate->batch }}

@endforeach
@endsection