@extends('admin.layout.layout') @section('content')

Currencies

Add Currency @if(Session::has('success_message')) @endif
@foreach($currencies as $currency) @endforeach
ID Currency Code Exchange Rate Status Actions
{{ $currency['id'] }} {{ $currency['currency_code'] }} {{ $currency['exchange_rate'] }} @if($currency['status']==1) @else @endif
@include('admin.layout.footer')
@endsection