@extends('backend.layouts.split') @section('title', 'All Orders' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')
All Orders
@include('backend.auth.orders.includes.orders-search-form', array_merge(compact('orders', 'pageCount', 'customers'), ['isBackend' => true]))
@include('partials.orderlist', ['orders' => $orders, 'pageCount' => $pageCount, 'isBackend' => true])
@include('backend.auth.templates.includes.templates-modal') @include('backend.auth.orders.includes.side-panel') @endsection