@section('title', __('site.page_post_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_post_edit_h1') }}

@if (\Session::has('error_title'))
{!! \Session::get('error_title') !!}
@endif

@foreach($getCategories as $category)
id, $expCategories) ? 'checked' : '') }} value="{{ $category->id }}">
@endforeach @if (\Session::has('error_cat'))
{!! \Session::get('error_cat') !!}
@endif
{{ __('site.page_post_new_side_grid2_link') }}

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