08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -93,6 +93,8 @@
|
|||
<hr class="border-light m-0">
|
||||
<div class="px-4 pt-4 pb-2">
|
||||
{!! Form::open(['url' => route('lead_mail_detail', [$lead_mail->id, 'move-mail-lead']), 'class' => 'move-mail-form']) !!}
|
||||
{{ Form::hidden('collapse_shows', '') }}
|
||||
|
||||
<div class="form-row">
|
||||
<div class="col-sm-6">
|
||||
<label for="lead_mail_dir" class="form-label">Ablegen unter:</label>
|
||||
|
|
@ -123,6 +125,8 @@
|
|||
{!! Form::close() !!}
|
||||
<hr>
|
||||
{!! Form::open(['url' => route('lead_mail_detail', [$lead_mail->id, 'forward-mail-lead']), 'class' => 'forward-mail-form']) !!}
|
||||
{{ Form::hidden('collapse_shows', '') }}
|
||||
|
||||
<div class="form-row">
|
||||
<div class="col-sm-6">
|
||||
<label for="lead_mail_forward_email" class="form-label">E-Mail weiterleiten:</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue