@extends('layouts.master-vnext') @section('page-title') Create payment @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Guest\PaymentController@store'))) }} @include('guest.payment.form') {{ Form::customSubmit('Create new payment') }} {{ Form::close() }} @endsection