@extends(getTemplate().'.view.layout.layout') @section('page')
@include('flash::message')
{!! Form::model($payment, ['route' => ['payments.update', $payment->id], 'method' => 'patch']) !!}
{!! Form::submit('Continue to course >>', ['class' => 'btn btn-primary m-16 text-center btn-lg']) !!}
{!! Form::close() !!}
@endsection