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