@extends('layouts.frontend.master') @section('title') {{ __('UNIGUIDE | e-Learning website') }} @endsection @push('css') @endpush @section('seo') @foreach ($jsonLdData as $item) @endforeach @endsection @section('content')
@foreach ($serices as $serice)
{{ $serice->title }}
{!! $serice->content !!}
@endforeach
@if($about)
{{ __('About Us') }}

{{ $about->title }}

{!! $about->content !!}

{{ __('Contact us now and get your free consultation') }}

{{ __('Contact Us') }}
@endif @if($tell_us)

{{ $tell_us->title }}

{{ __('common questions') }}

{!! $tell_us->content !!}

{{ __('Tell Us About You') }}

{{ __('Our team has the experience to answer all your inquiries about studying and residing in Turkey') }}

@csrf
@endif
{{ __('Programs') }}

{{ __('Programs') }}

+0

{{ __('Students') }}

+0

{{ __('Universities') }}

+0

{{ __('Programs') }}

{{ __('The Best') }}

{{ __('Universities') }}

@foreach ($countries as $country) @endforeach
@foreach ($universities as $university)
uni1 @if (calculateDiscountPercentage($university) != 0) {{ calculateDiscountPercentage($university) }}% {{ __('Off') }} @endif
@endforeach
{{ __('See All Universities') }}
@if ($blogs->count() != 0)
{{ __('Blog') }}

{{ __('Latest Blogs') }}

@endif @push('scripts') @endpush @endsection