@extends('layouts.app') @section('content')
It will calculate automatically all the product and blog article images.
On click of optimize all button it will get and optimize all product and blog article images of your store.
It is a one click go for your store, it will optimize and put images back to your store.
@if($total != '')
Compression
@if(!empty($success)) @else
There are {{ $total }} images that can be optimized.
@if($pstatus != 'active' or $pstatus == 'nostatus') Please select a plan @else
@csrf
@endif
@endif
@if(!empty($success)) @else @if($pstatus != 'active' or $pstatus == 'nostatus')
BASIC PLAN
$ 5.60 / mo.
@csrf
1 000
images per month
Auto compression
Convert PNG to JPG
only for Product
ADVANCED
$ 14.60 / mo.
@csrf
2 000
images per month
Auto compression
Convert PNG to JPG
Product and Blog Featured images
Popular
PREMIUM
$ 42.50 / mo.
@csrf
5 000
images per month
Auto compression
Convert PNG to JPG
Product and Blog Featured images
GOLD
$ 100 / mo.
@csrf
15 000
images per month
Auto compression
Convert PNG to JPG
Product and Blog Featured images
@else

Scroll down for example Image compression.

Example product:  

{{ $pname }}


Original

Optimize

Original size: 47.2 KB

Optimized size: 36.4 KB (23% reduction)

@endif @endif
@else
Compression
There is no image for compression
@endif
@endsection