@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') Beállítások @slot('subtitle') @endslot @endcomponent @endsection @section('content')
@if (!$options->isEmpty()) @foreach ($options as $item) @endforeach
Description Value Modified
{{ $item->description }} {!! str_limit(strip_tags($item->value), 100) !!} {{ $item->updated_at }} Szerkeszt
@else
Nincs megejeleníthető tartalom!
@endif
@endsection