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

Kuponi

{{ Lang::get('Dodaj novi kupon') }} @stop @section('content') @foreach($coupons as $item) @endforeach
{!! Lang::get('common.id') !!} {!! Lang::get('common.kupon') !!} {!! Lang::get('common.max_usage') !!} {!! Lang::get('common.times_used') !!} {!! Lang::get('common.expires_at') !!} {!! Lang::get('common.actions') !!}
{!! $item->id !!} {!! $item->coupon !!} {!! $item->usage_limit !!} {!! $item->times_used !!} {!! $item->expired_at !!}
{{ $coupons->links() }} @endsection @section('js') @section('plugins.Datatables', true) @endsection