@extends('adminlte::page') @section('title','Meni i stranice') @section('content_header')

Meni i stranice

{{ Lang::get('Dodaj novu stranicu') }} @stop @section('content') @foreach ($data['menu_pages'] as $item) @endforeach
{{ Lang::get('ID') }} {{ Lang::get('Naziv') }} {{ Lang::get('Predloženi link') }} {{ Lang::get('Link') }} {{ Lang::get('Roditelj') }} {{ Lang::get('Objavljeno') }} {{ Lang::get('Akcija') }}
{{ $item->id }} {{ $item->title_ba }} {{ $item->slug }} {{ $item->link }} {{ $item->parent_name }} {{ $published }}
@endsection @section('js') @section('plugins.Datatables', true) @endsection