@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.reports') }}
@parent
@stop
{{-- Page content --}}
@section('content')
{{-- Row: Report Links --}}
{{ trans('general.activity_report') }}
{{-- Date Range Control + Stat Alert Cards --}}
{{-- Row 1: Users + Assets --}}
{{-- Row 2: Components + Consumables --}}
{{-- Row 3: Licenses + Accessories --}}
@stop
@push('css')
@endpush
@push('js')
@endpush