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

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

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

{{ trans('menu.addExInput') }}
@foreach($ex_inputs as $input) @if($input->sortable == 0) @endif @endforeach
{{ trans('ex.category') }} {{ trans('ex.type') }} {{ trans('ex.level') }} {{ trans('ex.button') }}
{{ $input->category[app()->getLocale()] }} {{ $input->type[app()->getLocale()] }} {{ $input->level }} @if($input->category['en'] == 'letter' || $input->category['en'] == 'number') @elseif($input->category['en'] == 'color') @else @endif @if($input->path != null) {{ trans('btn.edit') }} {{ trans('btn.delete') }} @endif
@endsection