dbfdg @extends('layouts.admin') @section('page-title') {{__('Warehouse Report')}} @endsection @section('breadcrumb') @endsection @push('script-page') @endpush @section('action-btn')
@endsection @section('content')
{{__('Report')}} :
{{__('Warehouse Report')}}
{{__('Total Warehouse')}} :
{{$totalWarehouse}}
{{__('Total Product')}} :
{{$totalProduct}}
{{ __('Warehouse Report') }}
@endsection