@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('css') @endsection @section('content')
@csrf
@if((int)$plan_details->plan_price > 0)
@endif
@include('user.includes.footer') @include('modals.bulk_product_upload')
@push('custom-js') @endpush @endsection