@extends('adminlte::page') @section('title','Baneri') @section('content_header')
| {{ 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 }} |
|