@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content') {{$title}} {{__('Home')}} {{$title}} @forelse ( $allAlumni as $alumni ) {{$alumni->name}} {{$alumni->department_name}}, {{__('Batch')}} {{$alumni->batch_name}} @empty {{__('No Alumni Found')}} @endforelse {{__('View All Alumni')}} @endsection
{{$alumni->department_name}}, {{__('Batch')}} {{$alumni->batch_name}}
{{__('No Alumni Found')}}