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

{{__("reports")}}

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

@endsection @section("content")

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

@csrf
@endsection @section("scripts") @endsection