@extends('layouts.app') @section('content')

{{trans('lang.administration_tools_currency')}}

@if($errors->any()) @endif @if(count($currencies) > 0) @foreach($currencies as $currency) @endforeach @else @endif
{{trans('lang.currency_name')}} {{trans('lang.currency_symbol')}} {{trans('lang.currency_status')}} {{trans('lang.actions')}}
{{ $currency->libelle}} {{ $currency->symbole}} @if ($currency->statut=="yes") @else @endif
{{trans("lang.no_result")}}
{{ $currencies->Links('pagination.pagination') }}
@endsection @section('scripts') @endsection