@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.update', $article->id], 'method'=> 'PUT', 'class' => 'form-horizontal', 'files' => true])!!}
@include('articles.partials.inputs', ['articles' => $article])
{!!Form::close()!!}
@endsection
@include('articles.partials.scripts')
{{-- @push('styles') --}}
@push('scripts')
@endpush