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