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