@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)

$ {{$package->amount}}

Amount / Year

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