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

Preseti

{{ Lang::get('Dodaj novi preset') }} @stop @section('content') @foreach($presets as $item) @endforeach
{!! Lang::get('common.id') !!} {!! Lang::get('common.name') !!}
{!! $item->id !!} {!! $item->name !!}
@endsection @section('js') @section('plugins.Datatables', true) @endsection