*Note: Please upload the same csv again after editing/adding the following mentioned books.
@if($uploaded_books == 1)
Sales report for {{$uploaded_books}} book added Successfully
@elseif($uploaded_books == 0 && empty($already_existing_count))
No Sale report added
@elseif($uploaded_books == 0 && !empty($already_existing_count))
@if($already_existing_count == 1)
{{$already_existing_count}} sale is uploaded and following books are not found.
@elseif($already_existing_count>1)
{{$already_existing_count}} sales are uploaded and following books are not found.
@endif
@else
Sales report for {{$uploaded_books}} books added Successfully
@endif