@extends('frontend.layouts.app') @push('title') {{ $title }} @endpush @section('content')
@forelse ( $allAlumni as $alumni )
{{$alumni->name}}

{{$alumni->name}}

{{$alumni->department_name}}, {{__('Batch')}} {{$alumni->batch_name}}

@empty

{{__('No Alumni Found')}}

@endforelse
@endsection