@extends('layouts.master') @section('title', 'Edit Payment | ') @section('content') @include('partials.header') @include('partials.sidebar') Edit Payment Payments Edit Edit Payment Voucher @csrf @method('PUT') Cash Account @foreach ($cashAccountId 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