@extends('layouts.admin') @section('content')

{{ __('Pending Students') }}

@if(Auth::user()->hasRole('Counsilor')) @endif @can('manage_student_options') @endcan
{{__('Image')}} {{__('Details')}} {{__('Reference')}} {{__('Status')}}{{__('Request')}}{{__('Action')}}
Please wait more data loading...
@endsection @push('style') @endpush @push('script') @endpush