@extends('layouts.admin') @section('head') @endsection @section('content')

{{ $pageTitle }}

docs/guias/{{ $slug }}

{!! $html !!}
@endsection @section('scripts') @endsection