\documentclass[12pt,oneside]{article}
\usepackage{xepersian}
\settextfont[Scale=1]{Neirizi}

\makeatletter
\newcounter{sourah}
\newcounter{ayah}[sourah]
\newcommand\sourahname{سورة}

\newcommand\sourah{\secdef\@sourah\@ssourah}

\newcommand\@sourah[2][?] {
\refstepcounter{sourah}
\addcontentsline{toc}{sourah}{\protect\numberline{\sourahname}#1}
{\centering{\large\bfseries\sourahname~#2}}%
\sectionmark{#1}
\@afterheading\addvspace{\baselineskip}}

\newcommand\@ssourah[1] {
\refstepcounter{sourah}
{\centering{\large\bfseries\sourahname~#1}}%
\@afterheading\addvspace{\baselineskip}}

\newcommand\ayah{\stepcounter{ayah}\mbox{\char"06DD\hspace{-1.5ex}\footnotesize{\theayah}}\hspace{1.5ex}}

\makeatother                              


\begin{document}
\sourah{الفاتحه}
%\section{الفاتحه}
\begin{center}
بِسْمِ اللّٰهِ الرَّحمـٰنِ الرّحیمِ\ayah
\end{center}
الْحَمْدُ لِلّٰهِ رَبِّ العالَمینَ\ayah الرَّحمـٰنِ الرَّحیمِ\ayah مالِكِ یَوْمِ الدّینِ \ayah إیّاكَ نَعْبُدُ وَ إیّاكَ نَسْتَعینُ\ayah إهْدِنَا الصّّراطَ الْمُسْتَقیمَ\ayah صِراطَ الَّذینَ أَنْعَمْتَ عَلَیْهِمْ غَیْرِ الْمَغْضوبِ عَلَیْهِمْ وَ لَا الضّالّینَ\ayah
\end{document}