@extends('templates.'.$template.'.layouts.order') @section('content') @include('templates.'.$template.'.order.common.header') @include('templates.'.$template.'.common.notifications')

{{ trans('translations.order-order-detail') }}

@include('templates.'.$template.'.order.billing') @include('templates.'.$template.'.order.addresses') @include('templates.'.$template.'.order.payment') @include('templates.'.$template.'.order.summary')
@endsection @section('before_script') @parent @endsection