@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("items")}}

{{__("reports")}}

@endsection @section("content")

{{__("items-report")}}

@csrf
@error("main_classification_id")
{{$message}}
@enderror
@endsection @section("scripts") @endsection