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