@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') Find Row Stock {{-- From To --}} Choose Category All @foreach ($categories as $row) {{ $row->title_en }} @endforeach Choose Units All @foreach ($units as $row) {{ $row->title_en }} @endforeach Find Print @endsection @section('pageJs') @endsection