@extends('layouts.front-layout') @section('title', 'About') @section('content')
{!! $data->first_description ?? '' !!}
{!! $data->second_description ?? '' !!}