@extends('layouts.app') @section('content')
@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

Books not Found

@endsection