@extends('layouts.admin') @section('content')
{{__('ID')}} | {{ trans('cruds.currencyInfo.fields.date') }} | {{ trans('cruds.currencyInfo.fields.currency') }} | {{ trans('cruds.currencyInfo.fields.currency_sym') }} | {{ trans('cruds.currencyInfo.fields.rate') }} | ||
---|---|---|---|---|---|---|
Records not found | ||||||
{{$i}} | {{date('d/m/Y',strtotime($sl->date))}} | {{$sl->all_currency->code}} | {{$sl->all_currency->symbol}} | {{number_format($sl->rate,2)}} | @php $i++; @endphp |