@extends('master.app') @section('title', 'customer') @section('body') Add advance @csrf @method('post') invoice 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 Save @endsection @section('pageJs') @endsection