@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 Customer Action Select Account @foreach($accounts as $account) {{ $account->Account_Title }} @endforeach Select Site @foreach($customers as $cust) {{ $cust->name }} @endforeach Add Row Total: Save @push('js') @endpush @endsection