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