2016-04-29 17:50:21 -04:00
|
|
|
@extends('public.header')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
<div class="container main-container">
|
2016-06-26 19:38:36 +03:00
|
|
|
|
2016-05-06 11:06:01 -04:00
|
|
|
@include('payments.paymentmethods_list')
|
2016-06-26 19:38:36 +03:00
|
|
|
|
2016-04-29 17:50:21 -04:00
|
|
|
<p></p>
|
|
|
|
|
</div>
|
2016-06-26 19:38:36 +03:00
|
|
|
@stop
|