@section('title'){{ Helper::getMetaTag($data['content'])['meta_title'] }}@stop
@section('description'){{ Helper::getMetaTag($data['content'])['meta_description'] }}@stop
@section('keywords'){{ Helper::getMetaTag($data['content'])['meta_keywords'] }}@stop
@section('content')
@foreach($content_pages as $pid => $p)