@extends('layouts.app') @section('title', 'Pricing Page') @section('content')

Checkout

We use this info to prevent spam and verify your account.
Your card will not be charged for 14 days and you can cancel at any time..
@livewire('checkout')
@endsection @section('script') @endsection