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

{!! Lang::get('core.dashboard') !!}

@if(Session::get('gid') ==1)

{!! Lang::get('core.course_list') !!} {!! Lang::get('core.category_wise') !!}

@include('dashboard.ajax-course')

{!! Lang::get('core.reg_users') !!} {!! Lang::get('core.date_wise') !!}

{!! Lang::get('core.Transactions') !!} {!! Lang::get('core.last_three_month') !!}

@endif
@stop