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