@extends('layouts.app') @section('content')

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

@include('flash::message')
@include('wallets.table')
@endsection