@extends('layouts.admin') @push('title', get_phrase('Enrollment Requests')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Enrollment Requests') }}

@if (count($enroll_history) > 0) @endif
@if (count($enroll_history) > 0)

{{ get_phrase('Showing') . ' ' . count($enroll_history) . ' ' . get_phrase('of') . ' ' . $enroll_history->total() . ' ' . get_phrase('data') }}

@foreach ($enroll_history as $key => $row) @endforeach
@else @include('admin.no_data') @endif @if (count($enroll_history) > 0)

{{ get_phrase('Showing') . ' ' . count($enroll_history) . ' ' . get_phrase('of') . ' ' . $enroll_history->total() . ' ' . get_phrase('data') }}

{{ $enroll_history->links() }}
@endif
@endsection @push('js') @endpush