@extends('Common::index') @section('title', $how_use->title) @section('how_use')

{{ $how_use->title }}

@if($how_use->video) @endif
..

{!! $how_use->content !!}

@stop