@if (App::getLocale() === 'ar')

{{$application->arname}}

@else

{{$application->name}}

@endif
@forelse ($application->modules as $module )

@if (App::getLocale() === 'ar') {{$module->arname}} @else {{$module->name}} @endif

@if (App::getLocale() === 'ar') {{$module->ardescription}} @else {{$module->description}} @endif

@empty

No modules yet for this application

@endforelse ($application->modules as $module)