@extends('layouts.merchant-backend-layout') @section('content')

Booklets

Create New Booklet

Credits
Coupons
Uses

@foreach($tokens as $token) @if($availibility[$i]!="0")
{{$token->name}}
@if($availibility[$i]=="unlimited")
@else
@endif
({{$availibility[$i]}} uses available)
@else @endif @endforeach
@stop @section('scripts') @stop