@extends('site_app')
@section('head_title', stripslashes($page_info->page_title).' - '. getcong('site_name') )
@section('head_url', Request::url())
@section('content')
@if(get_web_banner('other_page_top')!="")
{!!stripslashes(get_web_banner('other_page_top'))!!}
@endif
{!!stripslashes($page_info->page_content)!!}
{!!stripslashes($page_info->page_about_text2)!!}
@if(get_web_banner('other_page_bottom')!="")
{!!stripslashes(get_web_banner('other_page_bottom'))!!}
@endif
@endsection