\documentclass[12pt,twoside]{report}
%\title{Project Report Template}
%\author{Muhammad Kaleem Ullah}
%\date{June 2022}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{stackrel}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{caption}
\usepackage{authblk}
\usepackage{placeins}
\usepackage{adjustbox}
\usepackage{graphics}
\usepackage[nottoc]{tocbibind}
\usepackage{ragged2e}
\usepackage{etoolbox}
\usepackage{subcaption}
\usepackage{float}
\usepackage{babel}
\usepackage[a4paper, total={6in, 10in}]{geometry}
\usepackage{booktabs}
\usepackage{colortbl}
\usepackage{xcolor}
\usepackage{xfrac}
\usepackage[style=authoryear,sorting=none]{biblatex}
\addbibresource{Ref.bib}
\makeatletter
\begin{document}
\input{PrePages/projectCoverPage}
%\input{PrePages/Declaration}
%\input{PrePages/CertificateofApproval}
%\input{PrePages/PlagiarismUnderTaking}
%\input{PrePages/ListOfPublications}
\input{PrePages/dedication}
\input{PrePages/acknowledgement}
\input{PrePages/projectAbstract}
%\input{PrePages/emptypage}
%\input{PrePages/Examiners}
%\input{PrePages/Certificate}
\pagenumbering{roman}
\setcounter{page}{11}
\tableofcontents{}
%\pagebreak{}
%\listoffigures{}
%\listoftables{}
%\pagebreak{}
%\input{PrePages/nomenclature}
%\newpage{}
%\input{PrePages/ListofAbbreviations}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Chapters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{Chapter1/introduction}
\include{Chapter2/literatureReview}
\include{Chapter3/proposedMethodology}
\include{Chapter4/resultsandSimulations}
\include{Chapter5/ConclusionAndFutureDirection}
\printbibliography
\end{document}