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