@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

@foreach($getCategories as $category)
@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')