@extends('layouts.admin-layout') @section('title') Add Bulk Products @endsection @section('content')

Add Bulk Products

@csrf
@error('bulk_product_file') {{$message}} @enderror
@endsection