@extends('inner_layout') @section('title') {{ __('Subscription Checkout') }} @endsection @section('frontend_content')
@if (!auth()->guard('web')->user())

{{ __('You need to login first to proceed with checkout.') }}

@else

{{ __('Billing Details') }}

{{ __('Enter the address for your subscription billing') }}

{{ __('Your Subscription') }}

{{ __('Plan Price') }} {{ currency(0) }}
@endif
@endsection @push('script_section') @endpush