@extends('admin.layout.master') @section('content') {{awtTrans('عرض سؤال ')}} {{awtTrans('السؤال بالعربية')}} {{$row->getTranslations('question')['ar']}} {{awtTrans('السؤال بالانجليزية')}} {{$row->getTranslations('question')['en']}} {{awtTrans('الاجابة بالعربية')}} {{$row->getTranslations('answer')['ar']}} {{awtTrans('الاجابة بالانجليزية')}} {{$row->getTranslations('answer')['en']}} {{awtTrans(' رجوع ')}} @endsection @section('js') @endsection