first upload all files
This commit is contained in:
17
Modules/Order/Resources/views/admin/orders/show.blade.php
Normal file
17
Modules/Order/Resources/views/admin/orders/show.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@extends('admin::layout')
|
||||
|
||||
@component('admin::components.page.header')
|
||||
@slot('title', trans('admin::resource.show', ['resource' => trans('order::orders.order')]))
|
||||
|
||||
<li><a href="{{ route('admin.orders.index') }}">{{ trans('order::orders.orders') }}</a></li>
|
||||
<li class="active">{{ trans('admin::resource.show', ['resource' => trans('order::orders.order')]) }}</li>
|
||||
@endcomponent
|
||||
|
||||
@section('content')
|
||||
<div class="order-wrapper">
|
||||
@include('order::admin.orders.partials.order_and_account_information')
|
||||
@include('order::admin.orders.partials.address_information')
|
||||
@include('order::admin.orders.partials.items_ordered')
|
||||
@include('order::admin.orders.partials.order_totals')
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user