{{-- resources/views/backend/dashboard.blade.php --}} @extends('backend.app') @section('content') @push('css') @endpush @php $today = date('Y-m-d'); $userStart = optional(auth()->user()->created_at)->format('Y-m-d') ?? $today; // ইউজারের অ্যাকাউন্ট তৈরির দিন $endDateUi = request('endDate', $today); @endphp