1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/portal/ninja2020/gateways/custom/payment.blade.php

14 lines
486 B
PHP
Raw Normal View History

2020-12-09 15:17:48 +01:00
@extends('portal.ninja2020.layout.payments', ['gateway_title' => $title, 'card_title' => $title])
@section('gateway_content')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ $title }}
@endcomponent
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element-single')
{!! nl2br($instructions) !!}
2020-12-09 15:17:48 +01:00
@endcomponent
@endsection