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