@extends('layouts.app') @section('content')
| {{ __('Name') }} | {{ __('Code') }} | {{ __('Actions') }} |
|---|---|---|
| {{ app()->getLocale() == 'ar' ? $currency-> label_ar : $currency-> label_en }} | {{ app()->getLocale() == 'ar' ? $currency-> code_ar : $currency-> code_en }} | {{ __('Edit') }} |
{{ __('No Currencies found.') }}
@endif