mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
9 lines
201 B
PHP
9 lines
201 B
PHP
@extends('public.header')
|
|
|
|
@section('content')
|
|
<div class="container main-container">
|
|
<h3>{{ $title }}</h3>
|
|
@include('payments.paymentmethods_list')
|
|
<p></p>
|
|
</div>
|
|
@stop |