@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if($state['show_rff'])
@endif
@if($amount > 0 && $state['show_rff'] == false)
{{ ctrans('texts.select_payment_method')}}
{{ ctrans('texts.total') }}: {{ \App\Utils\Number::formatMoney($amount, $subscription->company) }}
@if(!$state['payment_initialised'])
@foreach($this->methods as $method)
@endforeach
@endif
@if($state['show_loading_bar'])
@endif
@elseif($amount <= 0 && $state['show_rff'] == false)
{{ ctrans('texts.total') }}: {{ \App\Utils\Number::formatMoney($amount, $subscription->company) }}
@endif