@component('home.layouts.component', ['title' => 'صفحه اصلی']) @slot('style') @endslot @slot('content_top')
تخفیف های ویژه بهار و تابستان

تخفیف ۵۰ درصدی تا سقف ۱۰۰ میلیون ریال ویژه اعضای هیئت علمی جوان

تخفیف ۵۰ درصدی تا سقف ۴۰ میلیون ریال ویژه دانشجویان کارشناسی ارشد، دکتری و پسا دکتری

تخفیف ۲۰ درصدی تا سقف ۵ میلیون ریال ویژه اعضای جدید باشگاه مشتریان

@endslot @slot('content')

خدمات در مهامکس به آسانی

۱. اطلاعات نمونه را وارد کن.

بر روی دکمه نارنجی ثبت نام و ساخت درگاه در بالای صفحه، کلیک کنید. پس از وارد کردن شماره موبایل با شما تماس گرفته شده و کد تایید به صورت صوتی برای شما خوانده می شود.

۲. نمونه را ارسال کن.

بعد از تایید شماره موبایلتان، اطلاعات فردی خود را کامل نموده و با وارد کردن شماره شبا و شماره حسابتان ثبت نام خود را تکمیل نمایید.

۳. نتیجه را تحویل بگیر.

حالا درگاه پرداخت شخصی شما آماده است و با ارسال لینک آیدی پی خود به دیگران میتوانید پول دریافت کنید :)

جدیدترین خدمات مهامکس

خدمات آنالیز و شناسایی مواد شیمیایی مهامکس

مشاوره فرد به فرد

شماره کارت، شماره حساب و شماره شبا حساب بانکی تان را در هر بانکی تبدیل به یک آیدی کوتاه کنید.

بیش از 100 دستگاه آنالیز

شماره کارت، شماره حساب و شماره شبا حساب بانکی تان را در هر بانکی تبدیل به یک آیدی کوتاه کنید.

صفحه داشبورد آیدی پی

دریافت سریع نتایج

شماره کارت، شماره حساب و شماره شبا حساب بانکی تان را در هر بانکی تبدیل به یک آیدی کوتاه کنید.

98% میزان رضایت

شماره کارت، شماره حساب و شماره شبا حساب بانکی تان را در هر بانکی تبدیل به یک آیدی کوتاه کنید.

محبوب‌ترین خدمات

مهامکس

ویدیوهای آموزشی
ویدیوهای آموزشی اختصاصی مهامکس
@foreach($videos as $video)
@component('components.cards.article-card', [ 'imageCover' => true, 'imageSource' => $video->getMedia('featured_image')->count() > 0 ? $video->getMedia('featured_image')->first()->getUrl() : '', 'imageAlt' => $video->getMedia('featured_image')->count() > 0 ? $video->getMedia('featured_image')->first()->caption : '', 'videoLink' => $video->getMedia('video')->count() > 0 ? $video->getMedia('video')->first()->getUrl() : '', 'captionLink' => route('video.user_show', ['slug' => $video->slug]), 'captionText' => $video->title, 'leadLink' => route('video.user_show', [ 'slug' => $video->slug]), 'leadText' => $video->lead, 'publishedAt' => digitsToEastern(jdate($video->published_at)->format('%d %B %Y')) ?? '', 'buttonText' => 'مشاهده', 'buttonLink' => route('video.user_show', ['slug' => $video->slug]) ]) @endcomponent
@endforeach
@foreach($articles as $article)
@component('components.cards.article-card', [ 'imageLink' => route('article.user_show', ['slug' => $article->slug]), 'imageSource' => $article->getMedia('featured_image')->count() > 0 ? $article->getMedia('featured_image')->first()->getUrl() : '', 'imageAlt' => $article->getMedia('featured_image')->count() > 0 ? $article->getMedia('featured_image')->first()->caption : '', 'captionLink' => route('article.user_show', ['slug' => $article->slug]), 'captionText' => $article->title, 'leadLink' => route('article.user_show', ['slug' => $article->slug]), 'leadText' => $article->lead, 'publishedAt' => digitsToEastern(jdate($article->pubishede_at)->format('%d %B %Y')) ?? '', 'buttonText' => 'مشاهده', 'buttonLink' => route('article.user_show', ['slug' => $article->slug]) ]) @endcomponent
@endforeach
@foreach($articles as $article)
@component('components.cards.article-card', [ 'imageLink' => route('article.user_show', ['slug' => $article->slug]), 'imageSource' => $article->getMedia('featured_image')->count() > 0 ? $article->getMedia('featured_image')->first()->getUrl() : '', 'imageAlt' => $article->getMedia('featured_image')->count() > 0 ? $article->getMedia('featured_image')->first()->caption : '', 'captionLink' => route('article.user_show', ['slug' => $article->slug]), 'captionText' => $article->title, 'leadLink' => route('article.user_show', ['slug' => $article->slug]), 'leadText' => $article->lead, 'publishedAt' => digitsToEastern(jdate($article->pubishede_at)->format('%d %B %Y')) ?? '', 'buttonText' => 'مشاهده', 'buttonLink' => route('article.user_show', ['slug' => $article->slug]) ]) @endcomponent
@endforeach
@foreach($news as $new)
@component('components.cards.news-card', [ 'captionText' => $new->title, 'publishedAt' => digitsToEastern(jdate($new->published_at)->format('%d %B %Y')) ?? '', 'leadText' => $new->lead, 'buttonLink' => route('news.user_show', ['slug' => $new->slug]), 'buttonText' => 'ادامه مطلب' ]) @endcomponent
@endforeach
@foreach($news as $new)
@component('components.cards.news-card', [ 'captionText' => $new->title, 'publishedAt' => digitsToEastern(jdate($new->published_at)->format('%d %B %Y')) ?? '', 'leadText' => $new->lead, 'buttonLink' => route('news.user_show', ['slug' => $new->slug]), 'buttonText' => 'ادامه مطلب' ]) @endcomponent
@endforeach
@endslot @slot('script') @endslot @endcomponent