added info message #315
This commit is contained in:
		@@ -3,6 +3,18 @@
 | 
			
		||||
@section('title', trans('general.title.edit', ['type' => trans_choice('general.payments', 1)]))
 | 
			
		||||
 | 
			
		||||
@section('content')
 | 
			
		||||
    @if ($payment->recurring()->count())
 | 
			
		||||
        <div class="callout callout-info">
 | 
			
		||||
            <h4>{{ trans('recurring.recurring') }}</h4>
 | 
			
		||||
 | 
			
		||||
            <p>{{ trans('recurring.message', [
 | 
			
		||||
                    'type' => mb_strtolower(trans_choice('general.payments', 1)),
 | 
			
		||||
                    'date' => $payment->recurring->schedule()->next()->getStart()->format($date_format)
 | 
			
		||||
                ]) }}
 | 
			
		||||
            </p>
 | 
			
		||||
        </div>
 | 
			
		||||
    @endif
 | 
			
		||||
 | 
			
		||||
    <!-- Default box -->
 | 
			
		||||
    <div class="box box-success">
 | 
			
		||||
        {!! Form::model($payment, [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user