@extends('layouts.writer')
@section('title', 'Write New Article')
@section('content')
<div>
New Article
</div>
@endsection