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