delete(); DB::table('velocity_meta_data')->insert([ 'id' => 1, 'locale' => 'en', 'home_page_content' => "

@include('shop::home.advertisements.advertisement-four')@include('shop::home.featured-products') @include('shop::home.product-policy') @include('shop::home.advertisements.advertisement-three') @include('shop::home.new-products') @include('shop::home.advertisements.advertisement-two')

", 'footer_left_content' => __('velocity::app.admin.meta-data.footer-left-raw-content'), 'footer_middle_content' => '
', 'slider' => 1, 'subscription_bar_content' => '
', 'product_policy' => '
Free Shipping on Order $20 or More
Product Replace & Return Available
Product Exchange and EMI Available
', ]); } }