@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Admitted Students @endsection @section('content')

Admitted Students- [{{ $department->department_name }}]

Here below is the list of all students that have been admitted successful to the Local Government Training Institute (LGTI) this academic year,click on student name to perform registration process on that student or use the form bellow to filter students

{{ Form::checkbox('admission-filter', old('admission-filter'), null, ['id' => 'admission-filter']) }} {!! Form::label('admission-filter', 'Filter For Student') !!}
# Student Name Sex REG NO. Programme Batch Name Student Status Actions
@endsection @section('css') @endsection @section('scripts') @endsection