@extends('admin/layouts/contentLayoutMaster') @section('title', 'Dashboard') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') {{-- Dashboard Analytics Start --}}

Students

Advisor

Subject

Class

New Students

@if(count($result['newstudent'])>0) @foreach ($result['newstudent'] as $key=>$student) @endforeach @else @endif
#ID NAME MOBILE NO EMAIL CREATED DATE
#{{$student->id}} {{$student->name}} {{$student->mobile_no}} {{$student->email_id}} {{$student->created}}
No record found!
@endsection @section('vendor-script') @endsection @section('page-script') @endsection