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