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

{{ __('Pricing') }}

{{-- --}}
@include('common.demo') @include('common.errors')

{{ __('Edit Pricing') }}

@csrf
@error('interval_id')
{{ $message }}
@enderror {{ __('Here you need to select the currency.') }}.
@if (env('APP_ENV') != 'demo')
@endif
@endsection