@extends('layouts.app') @section('content')
@lang('models/attemptChargeWallets.singular')
@include('common.errors')
{!! Form::model($attemptChargeWallet, ['route' => ['attemptChargeWallets.update', $attemptChargeWallet->id], 'method' => 'patch']) !!}
@include('attempt_charge_wallets.fields')
{!! html()->form()->close() !!}
@endsection