@extends('layouts.master') @section('title', 'Edit J.V.') @section('content') @include('partials.header') @include('partials.sidebar') Edit J.V. J.V. Edit Edit Journal Voucher @csrf @method('PUT') Remarks Date Debit Entries Account Entry Narration Debit Amount Credit Amount Action @foreach($debitRows as $detail) Select Account @foreach($accounts as $account) Account_ID == $account->Account_ID ? 'selected' : '' }}> {{ $account->Account_Title }} @endforeach Remove Add @endforeach @foreach($creditRows as $detail) Select Account @foreach($accounts as $account) Account_ID == $account->Account_ID ? 'selected' : '' }}> {{ $account->Account_Title }} @endforeach Remove Add @endforeach Update @push('js') @endpush @endsection