@extends('admin.layout') @section('title','dashboard') @section('page-css') @stop @section('content')

{{count($batches)}}

Batches

{{count($users)}}

Users

{{count($questions)}}

Total Questions

{{count($total_batch_logins)}}

Total Batch Logins

New Batch Logins

{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if($batch_logins) @foreach($batch_logins as $batch_login) @endforeach @endif
{{$batch_login->batch_name}} @if($batch_login->is_batch_finish=='Y') Finished @else Holding @endif {{$batch_login->created_at}} View
@stop @section('page-js') @stop