@extends('layouts.app', [ 'title' => trans('crud.copy_to_campaign.title', ['name' => $entity->name]), '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.copy_to_campaign'), ] ]) @section('content')