@extends('admin.layouts.master') @section('title', 'Elements') @section('content')
@foreach ($elements as $index => $element) @endforeach
# Icon Image Title Subtitle Description Action
{{ ++$index }} @if ($element->icon) Icon @else N/A @endif @if ($element->image) Image @else N/A @endif {{ $element->getTranslation('title', 'en') }} {{ $element->getTranslation('subtitle', 'en') }} {!! $element->getTranslation('description', 'en') !!}
@csrf @method('DELETE')
@endsection