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