@extends('layouts.app',['dashBoardTitle'=>'CHOOSE YOUR SUBSCRIPTION FOR HASSLE-FREE TAXATION!']) @section('script') @endsection @section('content') @php use App\Master\Master_Packages; $details=Master_Packages::get_packages(); @endphp

CHOOSE YOUR SUBSCRIPTION FOR HASSLE-FREE TAXATION!

PRICING
Company
User
@if(count($packages) > 0) @foreach($packages as $key => $package)
@if($package->name == 'Pro')

$159

Per Entity /Per Year

Entity Turn Over

≤3M AED

1
1
@else

${{$package->amount}}

Per Company /Per Year

{{$package->no_of_companies}}
{{$package->no_of_users}}
@endif
@endforeach @endif
Add-Ons Rate/Year Number Amount
Company $ 450 $ 0
User $ 50 $ 0
Zoho - - $ 0
Tally - - $ 0
Total Add-Ons $ 0.00
Total Amount $ 0.00
@csrf
@endsection