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