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