@extends('panel::layouts.app') @section('title', __('panel/menu.orders')) @section('page-title-right')
@foreach ($next_statuses as $status) @endforeach {{ panel_trans('order.print') }} @hookinsert('panel.orders.detail.print.after')
{{ __('panel/order.comment') }}
@endsection @section('content') {{-- Order Info --}} @include('panel::orders.detail.info') {{-- Order Items --}} @include('panel::orders.detail.items') {{-- Addresses --}} @include('panel::orders.detail.addresses') {{-- Payments --}} @include('panel::orders.detail.payments') {{-- Shipments --}} @include('panel::orders.detail.shipments') {{-- Comments --}} @include('panel::orders.detail.comments') {{-- History --}} @include('panel::orders.detail.history') {{-- Bundle Modal --}} @include('panel::orders.bundle.modal') @endsection @push('footer') @include('panel::orders.detail.scripts') @include('panel::orders.bundle.scripts') @endpush