@extends('master.app') @section('title', 'Report') @section('pageCSS') @endsection @section('body') By Defferent Attribute Find Your Stock Choose Report Type By Category By Units By Wieght By Location All Stock @error('type_id') {{ $message }} @enderror Choose Category All @foreach ($categories as $row) {{ $row->title_ps }} @endforeach @error('category_id ') {{ $message }} @enderror Choose Units All @foreach ($units as $row) {{ $row->title_ps }} @endforeach @error('unit_id') {{ $message }} @enderror Choose Wieghts All @foreach ($weights as $row) {{ $row->title_ps }} @endforeach @error('weight_id') {{ $message }} @enderror Choose Location All @foreach ($location as $row) {{ $row->title_ps }} @endforeach @error('weight_id') {{ $message }} @enderror Find Print @endsection @section('pageJs') @endsection