@extends('adminlte::page') @section('title_postfix', ' - Jezik') @section('content')
| R.br. | Naziv | Slug | |
|---|---|---|---|
| {{ $count }} | {{ $item->name }} | {{ $item->slug }} | {{ Form::open(['route' => ['admin.language.destroy', $item->id], 'method' => 'delete', 'class'=>'table-controls-button']) }} {{ Form::close() }} |