@extends('user.layout') @section('content') @php $type = request()->input('type'); @endphp
{{ __('Update Item Highlights') }}
@csrf

@if ($userBs->theme == 'vegetables')

@endif @if ($userBs->theme == 'vegetables' || $userBs->theme == 'furniture' || $userBs->theme == 'manti')

@endif @if ($userBs->theme == 'electronics')

@endif @if ($userBs->theme == 'electronics' || $userBs->theme == 'kids')

@endif
@endsection