@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') Cash Account @foreach ($cashAccounts as $cashAccount) Account_ID == $cashAccountId ? 'selected' : '' }}> {{ $cashAccount->Account_Title }} @endforeach Remarks Date Account Entry Narration Amount Add Row @foreach($details as $detail) Select Account @foreach($accounts as $account) Account_Id == $account->Account_ID ? 'selected' : '' }}> {{ $account->Account_Title }} @endforeach @endforeach Update @push('js') @endpush @endsection