@extends('master.app') @section('title', 'debitor') @section('body') Income @method('POST') @csrf Title @if ($bdate == 1) @else @endif Income @foreach ($currency as $row) {{ $row->title_en }} @endforeach Select @foreach ($investors as $row) id == 1) {{ 'selected' }} @endif> {{ $row->name }} @endforeach Define Target Cash Target Cash Yes Target Cash NO {{ old('details') }} Details {{ __('Save') }} {{-- end of title --}} @include('journals.investors.income-modal') @include('journals.investors.outgoing-model') @endsection @section('pageJs') @endsection