@extends('frontend.layouts.split') @section('title', 'Consumable Orders' . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name()) @section('content')
Consumables
@if(Gate::check('frontend create orders') || Gate::check('frontend admin')) @endif
@include('frontend.auth.orders.includes.orders-search-form', compact('orders', 'pageCount'))
@include('partials.orderlist', compact('orders', 'pageCount'))