@extends('layouts.master_user') @section('title') Buy Package @endsection @section('package') active @endsection @section('css') @endsection @section('content')
{{ $package['name'] }}
{{ config('innoplore.currency') }} {{ $package['amount'] }}

{!! $package['description'] !!}

@if($discount == 0) @csrf @method('PUT') @endif @if($discount != 0) @endif
{{ $package['name'] }}
{{ config('innoplore.currency') }} {{ $package['amount'] }}
Total {{ config('innoplore.currency') }} {{ $package['amount'] - $discount}}
Coupon Discount {{ config('innoplore.currency') }} {{ $discount}}
Total After Discount {{ config('innoplore.currency') }} {{ $package['amount'] - $discount}}
{{-- @if(Auth::user()->email != 'demo@innoplore.com') --}}
@if($error) @else
{{ csrf_field() }} @method('PUT') @if($package['amount'] - $discount == 0) @else
@endif
@endif
  * Please ignore the Sofort payment option {{-- @endif --}}

The clients from those countries where PayPal service is not available may Contact Us for an alternative method of payment such as through Western Union or bank transaction.

{{--
--}} @endsection @if($package['amount'] - $discount > 0) @section('js') @endsection @endif