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

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

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

{!! trans('ex.imgWrdInputInstrL1') !!}

{!! trans('ex.imgWrdInputInstrL2') !!}

{!! trans('ex.imgWrdInputInstrL3') !!}

@if(isset($input))
@method('PUT') @else @endif @csrf
@if(isset($input) && $input->path) Anteprima immagine @else @endif
@if(isset($input)) @else @endif
@for($i = 1; $i <= 3; $i++) @endfor
@if(isset($input)) @else @endif
@if(isset($input)) @else @endif
@foreach($ex_targets as $target) @endforeach
@if(isset($input)) @foreach($input->distractors['it'] as $distractor) @endforeach @else @endif
@if(isset($input)) @foreach($input->distractors['en'] as $distractor) @endforeach @else @endif
@foreach($ex_inputs as $input) {{ trans('ex.with') }} target = {{ $input->target[app()->getLocale()] }}
    @foreach($input->distractors[app()->getLocale()] as $distractor)
  • {{ $distractor }}
  • @endforeach
@endforeach
@endsection