@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content') @if (!milstoneYears()->isEmpty())
{{-- Slider --}}
@foreach (milstoneYears() as $key => $milstoneYear)
@endforeach
{{-- /Slider --}} {{--
--}} @if (isset($milestone))

{!! langConverter($milestone->en_description,$milestone->fr_description) !!}

@endif
@endif @endsection