@extends('layouts.assigment_form') @section('title') Edit Assignment @endsection @section('form-title') {{__('assignments.edit_assignment')}} @endsection @section('form-navigation')
{{ $assignment->assignment_structure }}
1
{{ $question->question_title }}
{{ $question->question_title_ar }}
@if (Config::get('languages')[App::getLocale()] = "english") {{ $Answer->answer_text }} @else {{ $Answer->answer_text_ar ?? $Answer->answer_text }} @endif