{!!__('Create')!!} {!! trans('payment::payment.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('payment/payment'))!!} @include('payment::payment.partial.entry', ['mode' => 'create']) {!! Form::close() !!}