@extends('layouts.account')
@section('title', __('Plans'))
@section('heading', __('Plans'))
@section('subheading', __('Pick what fits how much you list.'))
@section('account')
@if (session('error'))
{{ $plan->description }}
@endif{{ $plan->formattedPrice() }}
@unless ($plan->isFree()){{ $plan->periodLabel() }}
@endunless @if ($plan->features){{ __('Changing plan replaces the one you are on. A plan you cancel keeps running until the period you paid for runs out.') }}
@endsection