@extends('layouts.customer-app.basic') @section('title') Fitsigma | Add Subscription @endsection @section('CSS') {!! HTML::style('fitsigma_customer/bower_components/bootstrap-select/bootstrap-select.min.css') !!} {!! HTML::style('fitsigma_customer/bower_components/custom-select/custom-select.css') !!} {!! HTML::style('fitsigma_customer/bower_components/bootstrap-datepicker/bootstrap-datepicker.min.css') !!} @endsection @section('content')

Add Subscription

{!! Form::open(['route'=>'customer-app.manage-subscription.store','id'=>'addSubscriptionStoreForm','class'=>'ajax-form form-material form-horizontal','method'=>'POST']) !!} @if(isset($businesses) && count($businesses) > 0)
@endif
{!! Form::close() !!}
@endsection @section('JS') {!! HTML::script('fitsigma_customer/bower_components/bootstrap-select/bootstrap-select.min.js') !!} {!! HTML::script('fitsigma_customer/bower_components/custom-select/custom-select.min.js') !!} {!! HTML::script('fitsigma_customer/bower_components/bootstrap-datepicker/bootstrap-datepicker.min.js') !!} @endsection