@extends('layouts.app') @push('css_lib') @endpush @section('content')

{{trans('lang.wallet_plural')}} |{{trans('lang.wallet_desc')}}

@include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::model($wallet, ['route' => ['wallets.update', $wallet->id], 'method' => 'patch']) !!}
@include('wallets.fields')
{!! Form::close() !!}
@include('layouts.media_modal') @endsection @push('scripts_lib') @endpush