@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('css')
@endsection @section('content')
{{ __('Overview') }}
{{ __('Products') }}
@csrf
@if((int)$plan_details->plan_price > 0)
Upload Products in Bulk
@endif
{{ __('Add One More Product') }}
{{ __('Submit & Next') }}
@include('user.includes.footer') @include('modals.bulk_product_upload')
{{ __('Media Library')}}
{{-- Upload multiple images --}}
@csrf
{{ __('Drag and Drop Single/Multiple Files Here') }}
@if (!empty($media) && $media->count()) @foreach ($media as $gallery)
@endforeach @else
{{ __('No media found') }}
{{ __('Try adjusting your add to find what you are looking for.') }}
@endif
@push('custom-js') @endpush @endsection