@extends('layouts.master') @section('titel', 'J.V. | ') @section('content') @include('partials.header') @include('partials.sidebar')

J.V. Table

Create New J.V.
@foreach($journals as $journal) @endforeach
ID Remarks Total Amount Date Action
{{ $journal->Id }} {{ $journal->Remarks }} {{ $journal->totalAmount }} {{ $journal->VoucherDate }}
@endsection @push('js') @endpush