@extends('mrp') @section('title', $page_title) @section('content') {{--

{{$page_title}}

--}}
{{$page_title}}
Select Periode :
*Default ,this date

@foreach ($inventory as $product)
Stock {{ Request::get('type') }} - {{ $product->material->part_number ?? $product->product->part_number }} | {{ $product->material->material_name ?? $product->product->part_name }} {{ Request::get('typeInterval') == "monthly" ? Request::get('dateYear') : date('F Y', strtotime(Request::get('dateMonth')."-01")) }}
@endforeach
@endsection @push('js') @endpush