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