@extends('Home.index_layout.layout') @section('content')

Choose the best plan for your business

@foreach($subscription as $data)
price image {{$data->name}}
{{$account_info != NULL ?$account_info->currency_symbol:"₹"}}{{preg_replace('~\.0+$~','',$data->price)}} / {{$data->days}} Days
  • {{$data->description}}
@endforeach
@endsection