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