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