@extends('shop::layouts.master') @section('page_title') {{ __('shop::app.customer.account.order.view.page-tile', ['order_id' => $order->id]) }} @endsection @push('css') @endpush @section('content-wrapper')
@include('shop::customers.account.partials.sidemenu')
{!! view_render_event('bagisto.shop.customers.account.orders.view.before', ['order' => $order]) !!}