@include('front.header') @include('front.topnav')

{{$about->title}}

{!!$about->detail!!}

Service Charter
@if($mission->title!='')

{{$mission->title}}

{!! substr(strip_tags($mission->detail,""),0,200) !!}

@endif
@if($other->title!='')

{{$other->title}}

{!! substr(strip_tags($other->detail,""),0,200) !!}

@endif
@if($vision->title!='')

{{$vision->title}}

{!! substr(strip_tags($vision->detail,""),0,200) !!}

@endif
@if($objective->title!='')

{{$objective->title}}

{!! substr(strip_tags($objective->detail,""),0,200) !!}

@endif

Publications

SME related publications those are publicly available are listed here.

@foreach ($publications as $publ)

{{$publ->title}}

{!!$det!!}

@endforeach

Get Help

If you are puzzled and cannot decide yourself what to do, where to go, you may talk to our helpdesk and seek for help. We are always ready to guide you to the proper path to success.

Get Help

Training Materials

Some helpful training materials those are designed for Women SME Entrepruner.

@foreach ($traininigs as $training)
@if($training->vlink=='') @else @endif
@endforeach
{{--

Happy Members
Our assests

Projects
Our output

Hours Of Support
Always beside

Hard Workers
Ready to guide you

--}}

Policies

SME related policies those are publicly available are listed here.

@foreach ($policies as $policy) @endforeach
{{--

Portfolio

A glimp of what we did for our clients is shared here.

  • All
  • @foreach ($portcats as $portcat)
  • {{$portcat->pagetype}}
  • @endforeach
@foreach ($portfolios as $portfolio)
{{$portfolio->title}}
@endforeach

Testimonials

Here is a glimp of what our valued customers say about us.

@foreach ($testimonials as $testimonial)
{!! $testimonial->detail !!} Testimonial

{{$testimonial->title}}

{{$testimonial->designation.', '.$testimonial->organization}}

@endforeach
{{--

Clients

Our valued clients are our assets. We always thribe to keep our customers happy.

@foreach ($clients as $client)
Client

{{$client->title}}

@endforeach

Frequently Asked Questions

This section will help you to understand and clarify many questions those might come to your mind. Please go through the list to clarify your query.

@foreach ($faqs as $faq)

{!! $faq->detail !!}
@endforeach
--}}

Contact Us

Feel free to contact us for any of your needs. You can reach us in the following ways.

Our Address

{{$ss->address}}

Email Us

{{$ss->email}}

Call Us

{{$ss->phone}}

Loading
Your message has been sent. Thank you!
@include('front.footer') @include('front.js')