@extends('layouts.front') @section('style') @endsection @section('site')

{{ $post->title }}

@if($post->getFirstMediaUrl('posts')) {{ $post->title }} @endif {!! $post->lead !!}

text

@endsection