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

Payments Edit

Edit Payment


{!! Form::model($payment, ['route' => ['admin.payment.payments.update', collect($payment)->first() ], 'method' => 'patch']) !!} @include('admin.payment.payments.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop