@extends('layouts.app') @section('title', 'STOCK REORDER LIST') @section('pages') @php $pageTitle="STOCK REORDER LIST"; @endphp

@include('stocks.inventory-and-stocks.reorder-statement.table')
@endsection