@extends('backend.layouts.layout-2') {{-- @extends('layouts.app') --}} @section('page-title', __('Dashboard')) @section('page-heading', __('Dashboard')) @section('scripts') @parent @endsection @section('content')

@lang('app.wefaq')

@lang('app.total_requests')
{{ $data['help_requests_count'] ?? ''}}
@lang('app.marriage_requests')
{{ $data['marriage_requests_count'] ?? ''}}
@lang('app.job_applications')
{{ $data['job_applications_count'] ?? ''}}
@lang('app.users')
{{ $data['help_requests_count'] ?? ''}}
{{--
--}} {{--
--}} {{--
@lang('app.student_registration_history')
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! $StudentChart->container() !!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @stop