@extends('layout.main') @section('filter')

Filter

{{Form::select('FilterCurrencyID', $currencies, '' ,array("class"=>"form-control select2 small"))}}
{{Form::select('FilterAdvance', BillingSubscription::$Advance, '' ,array("class"=>"form-control select2 small"))}}
{{Form::select('FilterAppliedTo', BillingSubscription::$ALLAppliedTo, '' ,array("class"=>"form-control select2 small"))}}

@stop @section('content')

Subscription

@include('includes.errors') @include('includes.success')

@if(User::checkCategoryPermission('BillingSubscription','Add')) Add New @endif

Name Yearly Fee Quarterly Fee Monthly Fee Weekly Fee Daily Fee Advance Subscription Action