@extends('master.app') @section('title', 'Update User') @section('body') Edit New @method('put') @csrf {{ __('Title') }} @error('title') {{ $message }} @enderror {{ __('Type') }} @foreach ($types as $row) id == $expenseJournal->type_id) {{ 'selected' }} @endif> {{ $row->title_dr }} @endforeach @error('type_id') {{ $message }} @enderror Define Target Cash c_target == 1) {{ 'selected' }} @endif> Target Cash Yes c_target == 2 || $expenseJournal == null) {{ 'selected' }} @endif> Target Cash NO {{ __('Date') }} @if ($bdate == 1) @else @endif {{ __('Amount') }} @error('amount') {{ $message }} @enderror @foreach ($currency as $row) id == $expenseJournal->currency_id) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach @error('currency') {{ $message }} @enderror {{ __('detials') }} {{ old('details') ?? $expenseJournal->details }} @error('detials') {{ $message }} @enderror {{ __('Edit') }} @endsection @section('pageJs') @endsection