@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content') {{ __('Plan Details') }} {{ __('Back') }} {{ __('Plan:') }} {{ $subs->title }} {{ __('Price:') }} {{ $curr->sign }} {{ $subs->price }} {{ __('Durations:') }} {{ $subs->days }} {{ __('Day(s)') }} {{ __('Product(s) Allowed:') }} {{ $subs->allowed_products == 0 ? __('Unlimited') : $subs->allowed_products }} @if (!empty($package)) @if ($package->subscription_id != $subs->id) {{ __('Note:') }} {{ __('Your Previous Plan will be deactivated!') }} @else @endif @else @endif @include('includes.form-success') @include('includes.form-error') @include('includes.admin.form-error') {{ csrf_field() }} @if ($user->is_vendor == 0) {{ __('Shop Name') }} * {{ __('Corporate Name') }} * {{ __('Phone') }} * {{ __('Opening Hours') }} * {{ __('Payment Methods') }} * {{ __('Delivery Info') }} {{ __('Registration Number') }} * {{ __('Owner Name') }} * {{ __('Shop Number') }} * {{ __('Shop Address') }} * {{ __('Embed Google Maps') }} {{ __('(Optional)') }} {{ __('Shop Details') }} * {{ __('Message') }}{{ __('(Optional)') }} @endif {{ __('Submit') }} @endsection @section('scripts') @endsection
{{ $subs->title }}
{{ $curr->sign }} {{ $subs->price }}
{{ $subs->days }} {{ __('Day(s)') }}
{{ $subs->allowed_products == 0 ? __('Unlimited') : $subs->allowed_products }}