@extends('layouts.frontend') @section('title') @lang(@$content->title) @endsection @section('content')
@php echo $content->description; @endphp
@endsection