@extends('frontend::layouts.app') @section('content')

{{ $data['about']['title'] ?? '' }}

{!! _html($data['about']['detail'] ?? '') !!} @endsection