@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 reaction @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.imgReactExLongDescription') }}

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

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

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

@if(isset($input))
@method('PUT') @else @endif @csrf
@if(isset($input)) @else @endif
@if(isset($input)) @else @endif
@foreach($ex_categories as $category) @endforeach
@if(isset($input)) @else @endif
@if(isset($input)) @else @endif
@foreach($ex_names as $name) @endforeach
@if(isset($input)) @else @endif
@for($i = 1; $i <= 3; $i++) @endfor
@if(isset($input) && $input->path) Anteprima immagine @else @endif
@endsection