@extends('layouts.app') @section('content')
@lang('models/tblHostWalletInvoices.singular')
@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'tblHostWalletInvoices.store']) !!}
@include('tbl_host_wallet_invoices.fields')
{!! Form::close() !!}
@endsection