@include('new_layouts.header')
{{$package->name}}
SGD {{$package->price_per_month}}
  • Price Per Month
  • @if($package->no_of_project!=NULL && $package->no_of_project!=0 && $package->no_of_project!='')
  • {{$package->no_of_project}} Projects
  • @endif @if($package->no_of_tasks!=NULL && $package->no_of_tasks!=0 && $package->no_of_tasks!='')
  • {{$package->no_of_tasks}} Tasks
  • @endif @if($package->storage!=NULL && $package->storage!=0 && $package->storage!='')
  • {{$package->storage}}GB Storage
  • @endif @if($package->max_users!=NULL && $package->max_users!=0 && $package->max_users!='')
  • {{$package->max_users}} Users
  • @endif @if($package->max_customers!=NULL && $package->max_customers!=0 && $package->max_customers!='')
  • {{$package->max_customers}} Customers
  • @endif @if($package->max_venders!=NULL && $package->max_venders!=0 && $package->max_venders!='')
  • {{$package->max_venders}} Vendors
  • @endif @if($package->max_clients!=NULL && $package->max_clients!=0 && $package->max_clients!='')
  • {{$package->max_clients}} Clients
  • @endif @if($package->max_consultant!=NULL && $package->max_consultant!=0 && $package->max_consultant!='')
  • {{$package->max_consultant}} Consultants
  • @endif @if($package->max_subcontractor!=NULL && $package->max_subcontractor!=0 && $package->max_subcontractor!='')
  • {{$package->max_subcontractor}} Sub-Contractors
  • @endif @if($package->package_type == 'main') @if(isset($planfeatures)) @foreach($planfeatures as $feature)