@extends('layouts.app')
@section('dashboard-title')
ME&IE CONSULTANTS - PROGRESS DASHBOARD
{{-- Updated: {{ $dashboardDate->format('F d, Y') }} --}}
@endsection
@section('extra_margin', 'style=margin-top:32px;')
@section('content')
@endsection
@section('scripts')
@vite('resources/js/generic-filter.js')
@endsection