@extends('front.default.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('content') @if ($bs->home_version == 'static') @includeif('front.default.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.default.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.default.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.default.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.default.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.default.partials.parallax') @endif
Emergency Help
Do You Need Emergency Medical Help in Bangladesh?

বাংলাদেশে কি আপনার জরুরি চিকিৎসা সহায়তার প্রয়োজন?

If your family or someone around you needs a medical emergency, please take immediate action from us. We are available 24 hours a day in all cities, upazilas.

আপনার পরিবার বা আপনার আশেপাশের কারো যদি জরুরি চিকিৎসার প্রয়োজন হয়, তাহলে আমাদের কাছ থেকে তাৎক্ষণিক ব্যবস্থা নিন। আমরা সকল জেলায়, উপজেলায় ২৪ ঘন্টা সাহায্য করার জন্য প্রস্তুত।

জরুরি চিকিৎসা সহায়তা নিতে
এখানে ক্লিক করুন
@if ($bs->service_section == 1) @if (!serviceCategory())

{{ convertUtf8($bs->service_section_title) }}

@foreach ($services as $service)
service

{{ \Illuminate\Support\Str::words($service->title, 5) }}

{{ \Illuminate\Support\Str::words($service->summary, 12) }}

@if ($service->details_page_status == 1) {{ __('বিস্তারিত দেখুন →') }} @endif
@endforeach
@elseif (serviceCategory())

{{ convertUtf8($bs->service_section_title) }}

@foreach ($scategories as $scategory)
@if (!empty($scategory->image))
icon
@endif

{{ convertUtf8($scategory->name) }}

{{ \Illuminate\Support\Str::limit($scategory->short_text, 120) }}

{{ __('বিস্তারিত দেখুন →') }}
@endforeach
@endif @endif

Global Presence / বিশ্বব্যাপী আমাদের উপস্থিতি

@if ($bs->approach_section == 1)
{{ convertUtf8($bs->approach_title) }}

{{ convertUtf8($bs->approach_subtitle) }}

@if (!empty($bs->approach_button_url) && !empty($bs->approach_button_text)) {{ convertUtf8($bs->approach_button_text) }} @endif
    @foreach ($points as $key => $point)
  • {{ convertUtf8($point->title) }}

    @if (strlen($point->short_text) > 150) {{ mb_substr($point->short_text, 0, 150, 'utf-8') }}{{ mb_substr($point->short_text, 150, null, 'utf-8') }} {{ __('see more') }}... @else {{ $point->short_text }} @endif

  • @endforeach
@endif @if ($bs->portfolio_section == 1)
{{ convertUtf8($bs->portfolio_section_title) }}

{{ convertUtf8($bs->portfolio_section_text) }}

@endif
Donate

Donate Our Foundation / প্রবাস সার্ভিস ফাউন্ডেশনে দান করুন

Donate to contribute too our social activites and run our foundation
আমাদের সামাজিক কর্মকাণ্ডে অবদান রাখতে এবং আমাদের ফাউন্ডেশন পরিচালনা করতে দান করুন।

{{ __('Donate Here') }}
@if ($be->pricing_section == 1)
{{ convertUtf8($be->pricing_title) }}

{{ convertUtf8($be->pricing_subtitle) }}

@endif @if ($bs->news_section == 1)
{{ convertUtf8($bs->blog_section_title) }}

{{ convertUtf8($bs->blog_section_subtitle) }}

@endif @if ($bs->call_to_action_section == 1)

{{ convertUtf8($bs->cta_section_text) }}

@endif @if ($bs->partner_section == 1)
@endif @endsection