@extends('backend.layouts.split') @section('title', 'Stock Lens' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')
Stock Lens
@include('backend.auth.orders.includes.orders-search-form', compact('orders', 'pageCount', 'models'))
@include('partials.orderlist', ['orders' => $orders, 'pageCount' => $pageCount, 'isBackend' => true])