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