@extends('layouts.front-app') @section('content')

{{ ucwords($slugData->name) }}

{!! $slugData->description !!}

@endsection