@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') Főoldali animáció @slot('subtitle') @endslot @endcomponent @endsection @section('content')
Új kép hozzáadása Új video hozzáadása
@if($items->count()>0) @foreach ($items->where('lang','hu') as $item) @endforeach
# Megnevezés Létrehozás dátuma
{{ $item->id }} {{ $item->name }} {!! $item->is_video ? 'Video' : 'Kép' !!} {{ $item->created_at }}
@csrf @method('DELETE')
@else
Nincs megjeleníthető tartalom!
@endif
@endsection @section('css') @endsection @section('scripts') @endsection