@extends('layouts.admin') @section('title', $title) @section('header', $title) @section('subheader', 'Documentation') @section('header-actions') Download Back @endsection @section('content')
{!! \Illuminate\Support\Str::markdown($content) !!}
@endsection