@extends('master.app') @section('title', 'customer') @section('body') Add Payment @include('general.valert') @csrf @method('post') Payment Number Amount Choose Currency @foreach ($currencies as $row) {{ $row->title_en }} @endforeach Exchange Rate Title @if ($bdate == 1) Date @else Date @endif Define Cash Target Target Cash Yes Target Cash NO Details Save @endsection @section('pageJs') @endsection