@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Your Stock In History Report From To Filter Option By Category By Units By Weights Choose Category All @foreach ($categories as $row) {{ $row->title_en }} @endforeach Choose Units All @foreach ($units as $row) {{ $row->title_en }} @endforeach Choose Weight All @foreach ($weights as $row) {{ $row->title_en }} @endforeach Find Print @endsection @section('pageJs') @endsection