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