Error! {{ session('error') }}
@endif
List of Currency Conversion
From Currency | To Currency | Conversion Rate | Status | ||
---|---|---|---|---|---|
No Conversions found | @else @foreach ($currencys as $currency)|||||
{{ $currency->from_currency }} | {{ $currency->to_currency }} | {{ $currency->conversion_rate }} | @if($currency->status==1) Active @else Inactive @endif | @if ($canEdit) Edit @endif @if ($canDelete) Delete @endif |