@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') Button Selection @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
@if(isset($input))
@method('PUT') @else @endif @csrf
@if(isset($input)) @else @endif
@if(isset($input)) @else @endif
@foreach($ex_categories as $category) @if($category == "color" || $category == "letter" || $category == "number") @else @endif @endforeach
@if(isset($input)) @else @endif
@if(isset($input)) @else @endif
@foreach($ex_types as $type) @endforeach
@if(isset($input)) @else @endif
@for($i = 1; $i <= 3; $i++) @endfor
@if(isset($input) && $input->path) Anteprima immagine @else @endif
@endsection