@extends('layouts.master') @section('browserTitle') Image reaction @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true))
{{ trans('ex.imgReactExLongDescription') }}
{{ trans('ex.category') }} | {{ trans('ex.name') }} | {{ trans('ex.level') }} | {{ trans('ex.img') }} | @foreach($ex_inputs as $input) |
---|---|---|---|---|
{{ $input->category[app()->getLocale()] }} | {{ $input->name[app()->getLocale()] }} | {{ $input->level }} |
|
{{ trans('btn.edit') }} {{ trans('btn.delete') }} |