@extends($layout) @section('content')
{{getPhrase('valid_for').' '.$item->validity.' '.getPhrase('days')}}
{{getPhrase('cart_subtotal')}}
{{ getCurrencyCode().$item->cost }}
{{getPhrase('discount')}}
{{ getCurrencyCode()}} 0
{{getPhrase('order_total')}}
{{ getCurrencyCode()}} {{$item->cost}}