@section('title', __('site.page_post_new_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')
@if (\Session::has('error_title'))
{!! \Session::get('error_title') !!}
@endif
@if (\Session::has('error_short'))
{!! \Session::get('error_short') !!}
@endif

@php $now = now(); $oldSchedule = old('schedule_time'); $value = ($oldSchedule && \Carbon\Carbon::parse($oldSchedule)->greaterThan($now)) ? $oldSchedule : $now->format('Y-m-d\TH:i'); @endphp

@foreach($getCategories as $category)
id, old('categories', [])) ? 'checked' : '' }}>
@endforeach @if (\Session::has('error_cat'))
{!! \Session::get('error_cat') !!}
@endif
{{ __('site.page_post_new_side_grid2_link') }}

{{ str_replace('%1%','970x550',str_replace('%2%','2',__('site.page_post_new_side_grid3_desc'))) }}
@include('includes/footer')