@extends('layouts.main') @section('page-title') {{__('Warehouse Report')}} @endsection @section('page-breadcrumb') {{ __('Report') }}, {{ __('Warehouse Report') }} @endsection @push('scripts') @endpush @push('css') @endpush @section('page-action')
@endsection @section('content')
{{__('Report')}} :
{{__('Warehouse Report')}}
{{__('Total Warehouse')}} :
{{$totalWarehouse}}
{{__('Total Product')}} :
{{$totalProduct}}
{{ __('Warehouse Report') }}
@endsection