@extends('resource.show') @php $links['back'] = guard_url('order/order'); $links['edit'] = guard_url('order/order') . '/' . $order->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('order::order.title.main') !!} @stop @section('sub.title') {!! __('order::order.title.show') !!} @stop @section('breadcrumb')