@extends('crm.master.master') @section('content')
Tutorial

{{ $tutorial->title }}

@if ($tutorial->description)

{{ $tutorial->description }}

@endif
@endsection