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

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

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

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