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

@include('stocks.stock-short.statement.table')
@endsection