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