@extends('site.inner') @section('title') {{ label('lbl_about_pppc') }} @endsection @section('breadcrumb') @endsection {{-- @section('page_title') {{ label('lbl_welcome_note') }} @endsection --}} @section('page_content')

{{ label('lbl_about_pppc') }}

@if($aboutnote) {!! $aboutnote->content !!} @else {{label('lbl_no_information')}} @endif
@stop