@extends('layout.app') @section('title', 'Create Expense Voucher') @push('header_script') @endpush @section('content')
| Expense Ledger | Amount | Remark | |
|---|---|---|---|
| {!! Form::select('non_gst_ledger_id[]', ['' => '--Select--'] + $expenseLedger, null, [ 'class' => 'form-control select2 nonGstLedger', ]) !!} | |||
| Total | |||