@extends('layouts.admin.admin') @section('title', 'Wrenches Bulk Import') @section('content')
@include('partials.header') @include('layouts.admin.sidebar')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success')) @endif
Inventory ManagementInventory Bulk Upload

Inventory - Bulk Upload
@csrf

You can add inventory in bulk by uploading the details in the csv format given below:

Click here to download the bulk upload csv format template
{{--
Uploaded successfully
Error while uploading
--}}
@stop