@if ( App::getLocale() == 'en' ||App::getLocale() == 'fr' ||App::getLocale() == 'ar') @if ($content)

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

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

@foreach ($content->steps as $step ) @endforeach
@endif @endif