@extends('admin/layouts/default') @section('title') Payment @parent @stop @section('content') @include('adminlte-templates::common.errors')

Payment

Create New Payment


{!! Form::open(['route' => 'admin.payment.payments.store']) !!} @include('admin.payment.payments.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop