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

{{ __('All Students') }}

@if(Auth::user()->hasRole('Team Leader') || Auth::user()->hasRole('Super Admin') || Auth::user()->hasRole('Senior Manager'))

Search Leads

@csrf


@if(isset($searchStudents) )

From: {{isset($_GET['from']) ? $_GET['from'] : null}} To: {{isset($_GET['to']) ? $_GET['to'] : null}}

@if(isset($_GET['type'])) @if($_GET['type'] == 'converted') {{__('Converted Leads')}} @else {{__('Leads')}} @endif @endif By Date: {{count($searchStudents)}}

@endif @if(Auth::user()->hasRole('Super Admin')) @if(isset($todayStudentList))

Total Leads: {{count($totalstudents)}}

@endif @endif @if(isset($todayStudentList))

Today Leads: {{count($todayStudentList)}}

@endif
@endif
@can('send_notice')
@endcan
@can('send_student_status') @endcan @can('manage_student_options') @endcan
{{__('Serial')}} {{__('Image')}} {{__('Details')}} {{__('Reference')}}{{__('Profile Status')}}{{__('Address')}} {{__('Team Leader')}} {{__('Instructor')}} {{__('Status')}}{{__('Action')}}
Please wait more data loading...
@can('send_notice') @endcan @endsection @push('style') @endpush @push('script') @endpush