@extends('admin.layout') @section('title', 'Dashboard') @section('content')
Overview

Website Management

@foreach ($counts as $label => $value)
{{ ucfirst($label) }} {{ $value }}
@endforeach

Latest Darul Ifta Questions

@forelse ($latestQuestions as $question) {{ $question->title }} {{ $question->user->name }} · {{ $question->status }} · {{ $question->created_at->diffForHumans() }} @empty

No questions yet.

@endforelse
@endsection