@extends('adminlte::page') @section('title','Baneri') @section('content_header')

Baneri

{{ Lang::get('Dodaj novi baner') }} @stop @section('content') @foreach ($banners as $item) @endforeach
{{ Lang::get('ID') }} {{ Lang::get('Uvod') }} {{ Lang::get('Tekst linka') }} {{ Lang::get('Slika') }} {{ Lang::get('Kreirano') }} {{ Lang::get('Objavljeno') }} {{ Lang::get('Akcija') }}
{{ $item->id }} {{ $item->introduction }} {{ $item->link_to_follow}} {{ $item->created_at }} {{ $published }}
{{ $banners->links() }} @endsection @section('js') @section('plugins.Datatables', true) @endsection