@extends('layouts.app') @section('title', 'Journal Voucher') @section('content') @if (isset($jv->sno))
@else @endif @if ($errors->any())
@endif @csrf

JOURNAL VOUCHER



@if (isset ($jv->sno))
@foreach($jv->jvd as $key => $cl)
@endforeach
@else
@endif


@endsection @section('scripts') @endsection @section('ccss') @endsection