@extends('layouts.master') @section('title','Currency Conversion List') @section('page-header') Currency Conversion List @stop @section('css') @stop @section('content')
| Sl | Currency | Month | Rate | Action | ||||
|---|---|---|---|---|---|---|---|---|
| {{ $key + $currencyConversions->firstItem() }} | {{ $currencyConversion->currency->name }} | {{ fdate($currencyConversion->effected_month, 'F, Y') }} | {{ number_format($currencyConversion->rate, 2) }} |
@if(hasPermission('currency-conversions.delete', $slugs))
@endif
|
||||
| No records found | ||||||||