@extends('layouts.main_without_top_button', ['title' => 'EXCHANGE RATES | ' . config('app.name')]) @section('title') EXCHANGE RATES @stop @section('navigation') @stop @section('contentinner')
@include('financial_accounts.settings.includes.profile')

Save Today's exchange rate ({!! date('d/m/Y') !!})

@foreach($currencies_without_default as $index=>$currency) @endforeach
SN Currency Exchange Rate
{!! $index+1 !!} {!! $currency->code !!} ({!! $currency->name !!})

 

Sn Date From To Rate Creator Action
@endsection