@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($pdpa))

{{ !empty($pdpa->pdpa_title) ? $pdpa->pdpa_title : '' }}

{!! !empty($pdpa->pdpa_detail) ? mwz_getTextString($pdpa->pdpa_detail) : '' !!} {!! !empty($pdpa->pdpa_detail_long) ? mwz_getTextString($pdpa->pdpa_detail_long) : '' !!}
@endif
@endsection @section('script') @endsection