@extends('web.layouts.layout') @section('content')

{{ $description->title }}

{!! $description->description !!}
@endsection @section('content_js') @endsection