@extends('admin.layout.master') @section('title', __('admin.edit_question')) @section('content')

{{ __('labels.edit_question') }}

@csrf @method('PUT')
{{-- السؤال بكل اللغات --}} @foreach(Config::get('laravellocalization.supportedLocales') as $key => $lang)
@endforeach

{{ __('labels.option') }}

@foreach($question->options as $index => $option)
@foreach(Config::get('laravellocalization.supportedLocales') as $key => $lang)
@endforeach
@endforeach


@endsection @section('scripts') @endsection