@extends('layouts.app', [ 'title' => trans('crud.move.title', ['name' => $entity->name]), 'description' => trans('crud.move.description'), 'breadcrumbs' => [ ['url' => route($entity->pluralType() . '.index'), 'label' => trans($entity->pluralType() . '.index.title')], ['url' => route($entity->pluralType() . '.show', [$entity->entity_id]), 'label' => $entity->name], trans('crud.actions.move'), ] ]) @section('content')
{{ trans('crud.move.hints.target') }}
{{ trans('crud.move.hints.campaign') }}