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