{{ __('Currency List') }}
# | {{ __('Name') }} | {{ __('Sign') }} | {{ __('Value') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ ++$id }} | {{ $curr->name }} | {{ $curr->sign }} | {{ $curr->value }} | @if($curr->is_default == 1) {{ __('Default') }} {{ __('Edit') }} @if($curr->id == 1) @else @endif @else {{ __('Set Default') }} {{ __('Edit') }} @if($curr->id == 1) @else @endif @endif |