@extends('frontend.main') @section('content')

{{$service->name}}

{!! $service->description !!}

AWT {{$service->name}}

{!! $service->short_description !!}

{{$license->first()->name}}: {{ get_local_currency_prefix() }} {{ get_local_currency($license->first()->price) }} for {{$license->first()->term}} {{$license->first()->term_type}} ORDER NOW

Switch to monthly payment plan
@push('scripts') @endpush @endsection