Add some helper method to subscription model
Move subscription insert and update script from SubscriptionController
to SubscriptionFormRequest class
Move subscription delete view to edit view file
Add breadcrumbs to subscription pages
Added date picker on project create and edit page
Removed autonumeric js from payment create form
Added create new feature on feature detail page
Fixed html title on project features export in html format
Fixed some lang files
Fixed broken test and script after laravelcollective 5.3.2 (select placeholder)
Added subscription vendor eager load
Added subscription searchable by vendor_id
Added \Hash::setRounds(5); for faster test suite
Use autoNumeric thousand separator for payment and feature prices entry
Reformat Project Payments View to count payment status are closed or not
Add current credit report
Add projects count summary based on status on dashboard page
Fix Features, Payments, Projects, and subscriptions test fiel