@extends('layouts.app') @section('content')
@lang('models/attemptChargeWallets.singular')
@include('common.errors')
{!! html()->form('POST', route('attemptChargeWallets.store'))->open() !!}
@include('attempt_charge_wallets.fields')
{!! html()->form()->close() !!}
@endsection