@extends('_layout.layout') @section('title') Articles @endsection @section('modals') @include('_layout.partials.deletemodal') @endsection @section('header')
Title | Public URL | Page views | Created date | Updated date | Actions |
---|---|---|---|---|---|
{{$article->title}} | Preview | {{$article->views}} | {{$article->created_at}} | {{$article->updated_at}} | Edit {{ Form::open(['route' => ['deleteArticle',$article->id],'class' => 'form-inline inline deleteItemForm', 'id' => 'deleteItemForm'.$article->id, 'data-item-id' => $article->id, 'data-item-data' => $article->title_encoded ]) }} {{Form::hidden('_method','DELETE')}} |