Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/resources/views/price-plan.blade.php
Назад
@extends('layout1') @section('title') <title>{{ $seoSetting->seo_title }}</title> @endsection @section('meta') <meta name="description" content="{{ $seoSetting->seo_description }}"> @endsection @section('frontend-content') <!--===BREADCRUMB PART START====--> <section class="wsus__breadcrumb" style="background: url({{ $setting->breadcrumb_image ? asset($setting->breadcrumb_image) : '' }});"> <div class="wsus_bread_overlay"> <div class="container"> <div class="row"> <div class="col-12 text-center"> <h4>{{ __('Pricing Plan') }}</h4> <nav style="--bs-breadcrumb-divider: '-';" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="{{ route('home') }}">{{ __('Home') }}</a></li> <li class="breadcrumb-item active" aria-current="page">{{ __('Pricing Plan') }}</li> </ol> </nav> </div> </div> </div> </div> </section> <!--===BREADCRUMB PART END====--> <!--=======PRICING START=========--> <section class="wsus__pricing mt_45 mb_20"> <div class="container"> <div class="row"> @forelse ($subscriptionPlans as $plan) <div class="col-xl-4 col-md-6 col-lg-4"> <div class="wsus__single_price"> <h4>{{ $plan->plan_name }}</h4> <div class="wsus__round_area"> <h3>{{ currency($plan->plan_price) }}</h3> @if ($plan->expiration_date == 'monthly') <p>30 {{ __('Days') }}</p> @elseif($plan->expiration_date == 'yearly') <p>365 {{ __('Days') }}</p> @elseif($plan->expiration_date == 'lifetime') <p>{{ __('Unlimited') }}</p> @endif <i class="fab fa-canadian-maple-leaf right"></i> </div> <ul> @if ($plan->number_of_property == -1) <li>{{ __('Unlimited Property Submission') }}</li> @else <li>{{ $plan->number_of_property }} {{ __('Propertiy Submission') }}</li> @endif <li>{{ __('Unlimited Amenity') }}</li> <li>{{ __('Unlimited Nearest Place') }}</li> <li>{{ __('Unlimited Photo') }}</li> @if ($plan->is_featured == 1) <li>{{ __('Featured Property') }}</li> @else <li class="delete">{{ __('Featured Property') }}</li> @endif @if ($plan->number_of_feature_property == -1) <li>{{ __('Unlimited Featured Property') }}</li> @else <li>{{ $plan->number_of_feature_property }} {{ __('Featured Property') }}</li> @endif @if ($plan->is_top == 1) <li>{{ __('Top Property') }}</li> @else <li class="delete">{{ __('Top Property') }}</li> @endif @if ($plan->number_of_top_property == -1) <li>{{ __('Unlimited Top Property') }}</li> @else <li>{{ $plan->number_of_top_property }} {{ __('Top Property') }}</li> @endif @if ($plan->is_urgent == 1) <li>{{ __('Urgent Property') }}</li> @else <li class="delete">{{ __('Urgent Property') }}</li> @endif @if ($plan->number_of_urgent_property == -1) <li>{{ __('Unlimited Urgent Property') }}</li> @else <li>{{ $plan->number_of_urgent_property }} {{ __('Urgent Property') }}</li> @endif </ul> @if ($plan->plan_price == 0) <a href="javascript:;" onclick="freeEnroll('{{ $plan->id }}')" class="common_btn active_btn">{{ __('Start With') }} {{ $plan->plan_name }}</a> @else <a href="{{ route('subscription.purchase.package', $plan->id) }}" class="common_btn active_btn">{{ __('Start With') }} {{ $plan->plan_name }}</a> @endif </div> </div> @empty <div class="col-12 text-center"> <h3 class="text-danger">{{ __('Pricing Plan Not Found!') }}</h3> </div> @endforelse </div> </div> </section> <!--=======PRICING END========--> <script> function freeEnroll(id) { Swal.fire({ title: "{{ __('Are You Sure ?') }}", text: "{{ __('You will also upgrade your plan!') }}", icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: "{{ __('Yes, Enroll It') }}", cancelButtonText: "{{ __('Cancel') }}", }).then((result) => { if (result.isConfirmed) { Swal.fire( "{{ __('Enrolled') }}", "{{ __('Congrats to Enroll our Free Plan') }}", 'success' ) location.href = "{{ url('subscription/purchase-package/') }}" + "/" + id; } }) } </script> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка