delete(); DB::table('velocity_meta_data')->insert([ 'id' => 1, 'home_page_content' => "
@include('shop::home.advertisements.advertisement-one')@include('shop::home.featured-products') @include('shop::home.advertisements.advertisement-two') @include('shop::home.new-products') @include('shop::home.advertisements.advertisement-three')
", 'footer_left_content' => trans('velocity::app.admin.meta-data.footer-left-raw-content'), 'footer_middle_content' => '', 'slider' => 1, 'subscription_bar_content' => '' ]); } }