\documentclass[12pt,a4paper,reqno]{report}
\usepackage[top=3cm,right=2.85cm,bottom=2.5cm,left=2.5cm]{geometry}
\usepackage{fancyhdr}
\usepackage{picinpar,graphicx}
\usepackage{xepersian}
\begin{document}
\listoffigures
\chapter{اول}
\begin{figure}[ht]
\begin{minipage}[b]{0.5\linewidth}
\centering
\includegraphics[width=\linewidth]{Chu_Sphere}
\caption{  کره چو با شعاع \lr{a}2 .}
\label{Chu_Sphere}
\end{minipage}
\hspace{0.5cm}
\begin{minipage}[b]{0.5\linewidth}
\centering
\includegraphics[width=\linewidth]{TM_TE_pattern}
\caption{الگوی توان تشعشعی مود.}
\label{TM_TE_pattern}
\end{minipage}
\end{figure}
\end{document}