@extends('resource.edit') @php $links['back'] = guard_url('masters/targetgroup'); $links['form'] = guard_url('masters/targetgroup') . '/' . $targetgroup->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('masters::targetgroup.title.main') !!} @stop @section('sub.title') {!! __('masters::targetgroup.title.edit') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('masters::targetgroup.name') !!}
  • {{ __('app.edit') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('masters::targetgroup.partial.entry', ['mode' => 'edit']) @stop @section('actions')
    @stop