@extends('adminlte::page') @section('title_postfix', ' - Svi članci') @section('content')
| R.br. | Naslov | URL | Kategorija | |
|---|---|---|---|---|
| {{ $count }} | {{ $item->title }} | {{ $item->slug }} |
@foreach($item->categories as $category)
{{ $category->title }} @endforeach |
{{ Form::open(['route' => ['post.destroy', $item->id], 'method' => 'delete', 'class'=>'table-controls-button']) }} {{ Form::close() }} |