@extends('master.app') @section('title', 'customer') @section('body') Edit Payment @include('general.valert') @csrf @method('put') Choose Project @foreach ($projects as $row) id==$data->project_id) {{ "selected" }} @endif>{{ $row->name." ".$row->code }} @endforeach Choose Supplier @foreach ($suppliers as $row) id == $data->supplier_id) {{ 'selected' }} @endif> {{ $row->name }} @endforeach invoice Number Amount Choose Currency @foreach ($currencies as $row) id == $data->currency_id) {{ 'selected' }} @endif> {{ $row->title_en }} @endforeach Exchange Rate Title @if ($bdate == 1) Date @else Date @endif 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