@extends('master.app') @section('title', 'New Debitor Entry') @section('body') New Debitor Entry Create a new debitor journal record Back @include('general.valert') @csrf Title Income Fill only Income OR Outgoing. Outgoing Choose Debitor @foreach($debitors as $d) id)>{{ $d->name }} @endforeach Choose Currency @foreach($currencies as $c) id)>{{ $c->title_en ?? $c->title_ps }} @endforeach Exchange Rate Date No Cash Target Yes (Post to Cash Journal) {{ old('details') }} Details Save Cancel @endsection @section('pageJs') @endsection