mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 11:12:43 +01:00
14 lines
486 B
PHP
14 lines
486 B
PHP
@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) !!}
|
|
@endcomponent
|
|
@endsection
|