Currency List
| Currency Code | Currency Name | Currency Rate | ||
|---|---|---|---|---|
| {{ $currency->code }} | {{ $currency->name }} | {{ $currency->rate }} |
|
|
| No matching records found | ||||
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Currency
{{ Session::get('message') }}
| Currency Code | Currency Name | Currency Rate | ||
|---|---|---|---|---|
| {{ $currency->code }} | {{ $currency->name }} | {{ $currency->rate }} |
|
|
| No matching records found | ||||