@extends('layouts.master') @section('title', 'Add J.V. | ') @section('content') @include('partials.header') @include('partials.sidebar') Add J.V. J.V. Create J.V. Voucher @csrf Remarks Date Account Entry Narration Debit Credit ID Add Row Select Account @foreach($accounts as $account) {{ $account->Account_Title }} @endforeach Total: Save @push('js') @endpush @endsection