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())) -
- @stack('recurring_message_head_start') -

{{ trans('recurring.recurring') }}

- @stack('recurring_message_head_end') +
+
+
+
+
+
+ @stack('recurring_message_head_start') +
{{ trans('recurring.recurring') }}
+ @stack('recurring_message_head_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') + @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') +
+
+
+
@endif @stack('recurring_message_end') @@ -25,7 +35,7 @@ @if ($bill->status == 'draft')
-