{{ $type === 'job' ? 'Final Placement Report' : 'Internship Report' }}
@forelse ($report as $row) @empty @endforelse
Program Student Placed Opt-Out PPO Total Placed
{{ $row->program_name }} {{ $row->total_students }} {{ $row->placed }} {{ $row->opt_out }} {{ $row->ppo }} {{ $row->cumulative_placed }}
No data available
{{ $type === 'job' ? 'Final Placement Summery Report' : 'Internship Summery Report' }}
@php $summeryReport = $summary->first(); @endphp
Student: {{ $summeryReport->total_students }}
Placed: {{ $summeryReport->total_placed }}
PPO: {{ $summeryReport->total_ppo }}
Opt-Out: {{ $summeryReport->total_opt_out }}
Cumulative Placed: {{ $summeryReport->cumulative_placed }} {{ $summeryReport->cumulative_percentage }}%