@extends('layouts.admin-layout') @section('title') Add Bulk Product @endsection @section('content')
@csrf
@error ('bulk_product_file') {{$message}} @enderror
@endsection @section('script') @endsection