@extends('layouts.writer') @section('title', 'Write New Article') @section('content')
Live Preview
@if(isset($article_preview))
@else

Nothing to see yet!

@endif
@endsection