@extends('layouts.accountingapp') @section('css') @stop @section('content')

New Journal Voucher

JV NO:  {{str_pad($user->jv_voucher,5,"0",STR_PAD_LEFT)}}
{{csrf_field()}}

@stop