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