@extends('adminlte::page')
@section('htmlheader_title')
Blog
@endsection
@section('contentheader_title')
Blog
@endsection
@php $contentFull = 1; @endphp
@section('content')
@include('alerts.errors')
{!!Form::open(['route'=>'articles.store', 'method'=>'POST', 'class' => 'form-horizontal', 'files' => true])!!}
@include('articles.partials.inputs', ['recommendation' => null])
{!!Form::close()!!}
@endsection
@include('articles.partials.scripts')
{{-- @push('styles') --}}
@push('js')
@endpush