@extends('layouts.report') @section('style') @endsection @section('header') @include('layouts.includes.report_header',[ 'title' => trans('reports.products_warehouse'), 'start_date' => $start_date, 'end_date' => $end_date ]) @endsection @section('table') @include('reports.inc.pwtable') @endsection