@extends('layouts.app') @section('title') {{ __('messages.payment.edit_payment') }} @endsection @section('header_toolbar')

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors')
{{ Form::model($payment, ['route' => ['payments.update', $payment->id], 'method' => 'patch']) }} @include('payments.fields') {{ Form::close() }}
@endsection {{-- --}} {{-- --}} {{-- --}}