@extends('website.app') @section('content')

{{ucwords($data->title)}}

{{strip_tags($data->description)}}
@endsection