@extends('admin/layouts/default') {{-- Page title --}} @section('title') Plan Details @parent @stop @section('content')

Plan Details

Plan Details

@if($plan->item_type == 1) @else @endif
Plan Name: {{ $plan->plan_name }}
Plan Description: {{ $plan->plan_description }}
Plan Type:ImageVideo
Item Count: {{ $plan->item_count }}
Plan Price: {{ $plan->price }}
Plan Offer Price: {{ $plan->offer_price }}
Per Item Price: {{ $plan->per_item_price }}
Per Validity: {{ $plan->valid_upto_months }} Months
@stop