@extends('layouts.master') @section('browserTitle') Button selection @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true))
{{ trans('ex.btnSelExLongDescription') }}
{{ trans('ex.category') }} | {{ trans('ex.type') }} | {{ trans('ex.level') }} | {{ trans('ex.button') }} | @foreach($ex_inputs as $input) @if($input->sortable == 0) |
---|---|---|---|---|
{{ $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
|
@if($input->path != null) {{ trans('btn.edit') }} {{ trans('btn.delete') }} @endif |