@extends('layouts.app')
@section('content')
@while(have_posts()) @php the_post() @endphp
@php
$id = get_the_ID();
$ids = [39, 196, 250, 248, 187];
@endphp
@if (!is_front_page())
@include('partials.page-header')
@if ($id !== 328)
@if (in_array($id, $ids, true))
@include('partials.sidebar')
@else
{!! get_field('cena') !!}
@endif
@endif
@if ($id !== 328)
@if (in_array($id, $ids, true))
@else
@endif
@else
@endif
@include('partials.content-page')
@else
@include('partials.content-page')
@endif
@endwhile
@endsection