@extends('layouts.app') @section('content')

{{$model->title}}

@isset($model->url)
Kérjük fogadd el a marketing sütiket a videó megtekintéséhez!
@endisset
{!! nl2br($model->lead) !!}
{!! $model->content !!}
@if(!empty($more))

EZEK IS ÉRDEKELHETNEK

@foreach($more as $m)
car1
{{$m->title}}

{!! $m->lead !!}

Részletekarrow
@endforeach
@endif
@endsection