@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') Statikus tartalmak kezelése @slot('subtitle') {{ $item->name }} @endslot @endcomponent @endsection @section('content')
@csrf @if (isset($item)) @method('PUT') @endif @component('layouts.admin.formErrors')@endcomponent
@if($item->has_pic)

Fotó

@endif

Tartalom

@include('layouts.admin.editor', ['selector' => '#content'])
Mégsem
@endsection @section('scripts') @endsection