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

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