{{ __('Dashboard') }}

@if (auth()->user()->account_type === 'siwes_director')
@if (session('success')) @endif @if (session('error')) @endif

SIWES Directorate Dashboard

Total Number of Students

{{ $totalNoOfStudents }}

Completed bio-data: {{ $studentsWithCompleteData }} ({{round(($studentsWithCompleteData*100)/$totalNoOfStudents)}}% completed)
Total Number of Department Coordinators

{{ $totalNoOfCordinators }}

Departments uploaded: {{ count($departmentsUploaded) }}
Other Reports
Placement report

{{ $acceptedPlacements + $processingPlacements + $deniedPlacements }}

  • Accepted Placements : {{ $acceptedPlacements }}
  • Processing Placements: {{ $processingPlacements }}
  • Denied Placements: {{ $deniedPlacements }}
Departments processing their placements

{{ count($departmentsPlacements) }}

{{ implode(', ', $departmentsPlacements) }}
@if (!$currentSession)
Manage Sessions
@endif
Manage Students
@if ($currentSession)
{{-- new form --}}

Upload Excel File (Download template)

{{-- --}} {{-- Or Add Students Manually @else
@elseif (auth()->user()->account_type === 'dept_coordinator') @if ($currentSession)
@if (session('success')) @endif @if (session('error')) @endif

KINDLY NOTE

  1. Acceptance letters submitted by students MUST be either on orgnization letter head or have an official stamp
  2. Organization MUST be related to students' field of study
  3. Ensure the organization details submitted by students are valid
{{--
--}} {{-- Upload Student Placement Manually --}} {{--
--}}

Siwes Placements

@foreach ($siwesPlacements as $siwesPlacement) @endforeach
Student Email Organization Address Organization Phone Organization Name Status Actions
{{ $siwesPlacement->student_email }} {{ $siwesPlacement->org_address }} {{ $siwesPlacement->org_phone }} {{ $siwesPlacement->org_name }} {{ $siwesPlacement->status }}
@if($siwesPlacement->acceptance_letter_path) {{-- View Acceptance letter --}} View Acceptance Letter @endif
@csrf
@csrf
{{-- Pagination --}}
{{ $siwesPlacements->links() }}
@else

No data available yet!

@endif @elseif(auth()->user()->account_type === 'student') @include('components.student-dashboard') {{--
@csrf {{ __('Log Out') }}
--}} @endif