@extends('frontend.layouts.split') @section('title', 'Orders' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')
@include('frontend.auth.orders.includes.orders-search-form', compact('orders', 'pageCount'))
@include('partials.orderlist', compact('orders', 'pageCount'))
@push('after-scripts') @endpush @endsection