@extends('backend.partials.master') @section('title') {{ __('settings.currency') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.name') }} | {{ __('settings.symbol') }} | {{ __('settings.exchange_rate') }} | {{ __('levels.status') }} | {{ __('levels.position') }} | @if(hasPermission('currency_update') || hasPermission('currency_delete') ){{ __('levels.actions') }} | @endif
|---|---|---|---|---|---|---|
| {{$i++}} | {{@$currency->name}} | {{@$currency->symbol}} | {{number_format(@$currency->exchange_rate,2)}} | {!! @$currency->my_status!!} | {{@$currency->position}} | @if(hasPermission('currency_update') == true || hasPermission('currency_delete') == true )
|
@endif
{!! __('Showing') !!} {{ @$currencies->firstItem() }} {!! __('to') !!} {{ @$currencies->lastItem() }} {!! __('of') !!} {{ @$currencies->total() }} {!! __('results') !!}