@extends('front.inner-layout.app') {{-- {{Session::get('message', 'info')}} --}} @section('content')
Simple, transparent pricing

Choose the plan that’s right for you

Compare plans
@foreach( $planMasters as $key => $value ) @if($value->id == 1 || $value->id == 2)
@php $name = ""; $description = ""; if ($value->id == 1) { $name = "Starter"; $description = "No monthly fee provided you're using our payment processing integration to process card payments."; } if ($value->id == 2) { $name = "Premium"; $description = "Our all inclusive plan with 75 free sms, unlimited Telehealth + more. Payment processing optional."; } @endphp

${{ round( $value->price, 0 ) }} pm

{{ $name }}

{{ $description }}

@if( $value->id == 1 ) Choose {{ $name }} @else Choose {{ $name }} @endif {{--

${{ round( $value->price, 0 ) }} pm

{{ $value->name }}

{{ $value->description }}

--}} {{-- @if( $value->id == 1 ) Choose ${{ round( $value->price, 0 ) }} pm plan @else Choose ${{ round( $value->price, 0 ) }} pm plan @endif --}}
@endif @endforeach
{{--
--}}
@endsection @section('modals') @endsection @section('css') @endsection @section('js') @endsection