@extends('admin/layout') @section('title') {{ labels('admin_labels.bulk_upload', 'Bulk Upload') }} @endsection @section('content')
@csrf
{{ labels('admin_labels.bulk_upload', 'Bulk Upload') }}
  • Read and follow instructions carefully while preparing data
  • Download and save the sample file to reduce errors
  • For adding bulk brands, the file should be in .csv format
  • You can copy the image path from the media section
  • Make sure you enter valid data as per instructions before proceeding
@endsection