@if(count($currencies)) @foreach($currencies as $currency) {{$currency->name}} {{$currency->symbol}} {{$currency->position}} {!! ($currency->is_default) ? '' : '' !!}
{!! delete_form(['currency.destroy',$currency->id],['table-refresh' => 'currency-table'])!!}
@endforeach @else {{trans('messages.no_data_found')}} @endif