@extends('layouts.app') @section('title','Opening Stock Import') @section('pages')
@include('layouts.partials.nav-menu')
@csrf @method('post')
Upload Opening Stock From Excel

Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Book Name (required):

Enter the Stock (mandatory, unique).

@endsection