@extends('layouts.app') @section('content') @section('script') @section('content') @php use App\Master\Master_Packages; $details=Master_Packages::get_packages(); @endphp
@foreach($details as $pricedetails)

{{$pricedetails->name}}

${{$pricedetails->amount}}

  • {{$pricedetails->no_of_users}} User / {{$pricedetails->no_of_companies}} Company
  • {{$pricedetails->freeUser}}
  • {{$pricedetails->licensedUser}}
Subscribe
@endforeach

Customize




3 PP

  • MS Dynamics
  • SAP
  • Tally
  • Zoho
  • Caseware
@endsection