@extends('layouts.admin')
@section('content')
@include('admin.partials.index_page.heading', ['title' => $heading_title])
@include('admin.partials.index_page.create_button', ['title' => $create_button_title])
Published
{!! Form::open(['method' => 'DELETE', 'action' => ['ArticlesController@destroy', ''], 'class' => 'delete_form', 'onsubmit' => 'return ConfirmDelete()']) !!}
{!! Form::close() !!}
{!! $grid !!}
Drafts
{!! $drafts !!}
@endsection
@push('scripts')
@endpush