@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("reports")}}
{{__("warehouse-report")}}
{{__("Dashboard")}}
{{__("reports")}}
@endsection @section("content")
{{__("warehouse-report")}}
@csrf
{{__("select-store")}}
{{__('select-the-store')}}
{{__('All')}}
@foreach ($stores as $store)
{{$store->name}}
@endforeach
{{__("select-item")}}
{{ __("print") }}
@endsection @section("scripts") @endsection