@extends('layouts.auth') @section('content')

Pricing

@foreach($plans as $plan)

{{ $plan->title}}

$ {{$plan->amount}} / {{ $plan->duration }}

Services

@php $plan = \Illuminate\Support\Facades\Crypt::encrypt( $plan->id ); @endphp Purchase
@endforeach
@endsection