@extends('ved.layout.layout') @section('content')
@foreach ($brochures->children as $item)
{{$item->title}}

{!!$item->text!!}

@endforeach
@csrf
@endsection