@extends('layouts.master') @section('browserTitle') Image-word @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @endif @endsection @section('title') Image-word @endsection @section('subtitle') {{ trans('ex.inputs') }} @endsection @section('body')

{{ trans('ex.imgWrdExLongDescription') }}

{{ trans('ex.availInputs') }}

{{ trans('menu.addExInput') }}
@foreach($ex_inputs as $input) @endforeach
{{ trans('ex.img') }} {{ trans('ex.level') }} {{ trans('ex.target') }} {{ trans('ex.distractors') }}
{{ $input->level }} {{ $input->target[app()->getLocale()] }}
    @foreach($input->distractors[app()->getLocale()] as $distractor)
  • {{ $distractor }}
  • @endforeach
{{ trans('btn.edit') }} {{ trans('btn.delete') }}
@endsection