@extends('layouts.writer') @section('title', 'Write New Article') @section('content')

Enjoy a live(ish) preview of what your article will look like

@if(isset($article_preview))
@else

Nothing to see yet!

@endif
@endsection