@extends('frontend.Default.layouts.app') @section('page-title', 'Free DEMO') @section('add-main-class', 'main-redirect') @section('add-header-class', 'main-redirect') @php $refund = false; if( auth()->user()->shop && auth()->user()->shop->progress_active ){ $refund = \VanguardLTE\Progress::where(['shop_id' => auth()->user()->shop_id, 'rating' => auth()->user()->rating])->first(); } $currency = auth()->user()->present()->shop ? auth()->user()->present()->shop->currency : ''; @endphp @section('content') @include('frontend.Default.partials.header')

Free Demo Demo will be created in 5-7 second!

Get Free Demo
@endsection @section('footer') @include('frontend.Default.partials.footer') @endsection @section('scripts') @include('frontend.Default.partials.scripts') @endsection