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

{{__("items")}}

{{__("reports")}}

@endsection @section("content")

{{__("group-details-report")}}

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