@extends('front.layouts.master') @section('content') @php $about=App\Models\Page::where([['status',1],['slug',$slug]])->first(); @endphp
{!! $about->description !!}