@extends('backend.layouts.master') @section('title', 'Create Article') @section('content')

Create Article

{{ csrf_field() }} @include('backend.article.form')
@endsection