{{ ++$index }} |
{{ $aminity->aminity }} |
@forelse($languages as $key => $language)
{{ strtoupper($language->code) }}
@if (!$loop->last)
||
@endif
@empty
{{ strtoupper(config('app.locale')) }}
@endforelse
|
@if ($aminity->status == 1)
@else
@endif
|
|
@endforeach