@extends('master.app') @section('title', 'customer') @section('body') Add Payment @csrf @method('put') invoice Number Choose Supplier @foreach ($suppliers as $row) id == $data->supplier_id) {{ 'selected' }} @endif> {{ $row->name }} @endforeach Amount Choose Currency @foreach ($currencies as $row) id == $data->currency_id) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach Exchange Rate Title Date Define Target Option c_target==1) {{ "selected" }} @endif>Target Cash Yes c_target==2 || $data->c_target==null) {{ "selected" }} @endif>Target Cash NO {{ $data->details }} Details Save @endsection @section('pageJs') @endsection