diff --git a/resources/views/purchases/bills/show.blade.php b/resources/views/purchases/bills/show.blade.php index 3e40f408e..b7ded8c16 100644 --- a/resources/views/purchases/bills/show.blade.php +++ b/resources/views/purchases/bills/show.blade.php @@ -5,18 +5,28 @@ @section('content') @stack('recurring_message_start') @if (($recurring = $bill->recurring) && ($next = $recurring->next())) -
{{ trans('recurring.message', [ - 'type' => mb_strtolower(trans_choice('general.payments', 1)), - 'date' => $next->format($date_format) - ]) }} -
+{{ trans('recurring.message', [ + 'type' => mb_strtolower(trans_choice('general.payments', 1)), + 'date' => $next->format($date_format) + ]) }} +
+{{ trans('recurring.message', [ - 'type' => mb_strtolower(trans_choice('general.invoices', 1)), - 'date' => $next->format($date_format) - ]) }} -
- @stack('recurring_message_body_end') + @stack('recurring_message_body_start') +{{ trans('recurring.message', [ + 'type' => mb_strtolower(trans_choice('general.invoices', 1)), + 'date' => $next->format($date_format) + ]) }} +
+ @stack('recurring_message_body_end') +
{{ trans('recurring.recurring') }}
+ @stack('recurring_message_head_end') +{{ trans('recurring.message', [ - 'type' => mb_strtolower(trans_choice('general.bills', 1)), - 'date' => $next->format($date_format) - ]) }} -
- @stack('recurring_message_body_end') + @stack('recurring_message_body_start') +{{ trans('recurring.message', [ + 'type' => mb_strtolower(trans_choice('general.bills', 1)), + 'date' => $next->format($date_format) + ]) }} +
+ @stack('recurring_message_body_end') +