@extends('adminlte::page') @section('title', 'Currency Convertor') @section('content_header')

Currency Convertor

@stop @section('content')
@foreach ($CurrencyConverters as $CurrencyConverter) @endforeach
Curreny Code Flag Price in USD Action
{{$CurrencyConverter->currency_code }} {{ $CurrencyConverter->price_in_usd }} is_active == '1' ? 'checked' : ''}} class="chk_recent" data-url="{{ route('currency.updateIsactive', ['currency_code' => $CurrencyConverter->currency_code]) }}" /> Faqs
@stop @section('js') @stop