@extends('layout.master') @if (count($heros) > 0) @section('meta_title', $heros[0]->meta_title) @section('meta_description', $heros[0]->meta_description) @section('image', $heros[0]->getFirstMediaUrl('hero')) @endif @section('content')
@if (count($heros) > 0) @foreach ($heros as $hero)

{{ $hero->title }}

{{ $hero->description }}

@endforeach @else

Saraswoti Kendra Nepal

Saraswoti Kendra Nepal

Saraswoti Kendra Nepal

Saraswoti Kendra Nepal

@endif
{{-- about section --}} {{--

About Us

@if($about)

{{$about->title}}

{!!$about->description!!}

@endif
@if($about)
@endif
--}} {{-- end of about section --}} {{-- why choose us section --}} {{--

Why Choose Us?

Choose us for a seamless journey to Japan! Our consultancy stands out as your trusted partner in navigating the complex process of applying for student visas in Japan. With a dedicated team of experts, we provide personalized guidance, extensive knowledge of Japanese immigration policies, and unwavering support to ensure your successful admission. Count on us for a hassle-free experience, making your dreams of studying in Japan a reality

  • Be an ideal course for preparing for a visa

    We prepare students for visa interviews, which are the most important aspect of the study abroad procedure, and provide them with documents to meet the requirements of the relevant organizations in embassies/consulates.

  • Enroll for tests and language classes here!

    Aside from counseling, we provide a variety of test preparation sessions, including JLPT N1 to N5 level, led by competent, pleasant, and active teachers who you will miss in the place of your dreams. We provide a variety of language lessons and excellent facilities.

  • We work closely

    We work closely with students to understand their needs and goals.

--}} {{-- end of why choose us section --}} {{-- testimonial section --}} {{--

Testimonial

Our Students & Professional’s Reviews.

--}} {{-- {/* slider section */} --}} {{--
@if (count($testimonials) > 0) @foreach ($testimonials as $testimonial)

{{$testimonial->name}}

{{$testimonial->location}}

{{$testimonial->review}}

@endforeach @else

Dipika Shrestha

Nagoya, Japan

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit vitae, nemo eaque error aperiam soluta necessitatibus illo alias a amet accusamus voluptas unde eius doloremque saepe! Ea delectus aperiam optio.

Dipika Shrestha

Nagoya, Japan

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit vitae, nemo eaque error aperiam soluta necessitatibus illo alias a amet accusamus voluptas unde eius doloremque saepe! Ea delectus aperiam optio.

Dipika Shrestha

Nagoya, Japan

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit vitae, nemo eaque error aperiam soluta necessitatibus illo alias a amet accusamus voluptas unde eius doloremque saepe! Ea delectus aperiam optio.

@endif
--}} {{-- end of slider --}} {{--
--}} {{-- end of testimonial section --}} {{-- chair person section --}} @if (count($childrens)>0)
@foreach ($childrens as $key => $gallery) @endforeach
@endif {{-- end of chair person section --}} {{-- gallery section --}}

Gallery

Explore the Journey, Capture the Moments with {{ config('app.name') }} Gallery.

@if (count($galleries) > 0)
@foreach ($galleries as $key => $gallery)
getFirstMediaUrl('gallery') }} alt="" />
@endforeach
@endif
{{-- end of gallery section --}} {{-- video section --}}

Our Memories

Explore the Journey, Capture the Moments with {{ config('app.name') }} Videos.

@if (count($videos)>0) @foreach ($videos as $key=>$video)
@endforeach @endif
{{--end of video section --}} {{-- activities section --}} {{--

Our Activities

Explore the Activities We Perform and Are Glad to Offer

    @php $i=1; @endphp @foreach ($album->song as $song)
  • {{$song->title}}

    Lyrics

    {!!$song->lyrics!!}
  • @php $i++; @endphp @endforeach
--}} {{-- end of activities section --}} {{-- contact us section --}}

Contact

Get in Touch

Feel free to contact us !!

If you have any questions, please don’t hesitate to contact us.

@if ($contact)
    @if ($contact->address)
  • Our Address

    {{ $contact->address }}

  • @endif @if ($contact->phone)
  • Contact

    {{ $contact->phone }}

  • @endif @if ($contact->mail)
  • Mail

    {{ $contact->mail }}

  • @endif
@endif {{-- @if ($socialMedia)

Social Media Links

    @if ($socialMedia->facebook)
  • @endif @if ($socialMedia->instagram)
  • @endif @if ($socialMedia->youtube)
  • @endif
@endif --}}
{{-- end of contact us section --}} @endsection @section('css') @endsection @section('script') {{-- videos --}} @endsection