{{ __('Approved SIWES Placements') }}

@if (auth()->user()->account_type !== 'siwes_director') @dd('YOU DO NOT HAVE ACCESS TO THIS PAGE') @endif
@if (session('success')) @endif @if (session('error')) @endif
LIST OF APPROVED SIWES PLACEMENTS
{{-- Save to Disk --}}
@foreach ($placements as $placement) @endforeach
S/N Student Name Matric Number Phone Department Organization Name Organization Address Organization Phone Letters
{{ ++$loop->index }} {{ $placement->studentName }} {{ $placement->studentMatric }} {{ $placement->studentPhone }} {{ $placement->studentDepartment }} {{ $placement->orgName }} {{ $placement->orgAddress }} {{ $placement->orgPhone }} View letter {{-- View letter2 --}}
  • Prev
  • @php $start = max(1, $placements->currentPage() - 3); $end = min($start + 6, $placements->lastPage()); @endphp @if($start > 1)
  • 1
  • @if($start > 2)
  • ...
  • @endif @endif @for ($page = $start; $page <= $end; $page++)
  • {{ $page }}
  • @endfor @if($end < $placements->lastPage()) @if($end < $placements->lastPage() - 1)
  • ...
  • @endif
  • {{ $placements->lastPage() }}
  • @endif
  • Next