@extends('front.layouts.layout') @section('meta_title'){{ $index_meta->{'title_' . App::getLocale()} }}@stop @section('meta_description'){{ $index_meta->{'description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $index_meta->{'kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content')

{{ translate('The Perfect Plan For You') }}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas cumque aliquam pariatur ut sed sequi laboriosam ea rem, saepe et odit totam sunt culpa commodi dolore doloribus amet nostrum nisi?

{{ translate('Sell Anywhere With Solutions') }}

{{ translate('Made Specially For You') }}

@forelse ($solutions as $key => $solution)
@if ($key + 1 < 9) 0{{ $key + 1 }} @else {{ $key + 1 }} @endif

{{ $solution->{'description_' . App::getLocale()} }}

@empty @endforelse
@if (App::getLocale() == 'ar') @else @endif

{{ $designs->{'title_' . App::getLocale()} }}

{{ $designs->{'description_' . App::getLocale()} }}

{{ translate('Explore Now') }}
{{ $designs->{'them_1_alt_' . App::getLocale()} }} {{ $designs->{'them_2_alt_' . App::getLocale()} }} {{ $designs->{'them_3_alt_' . App::getLocale()} }} {{ $designs->{'them_4_alt_' . App::getLocale()} }} {{ $designs->{'them_5_alt_' . App::getLocale()} }}

{{ translate('Create Your Project Now') }}

@forelse ($highlights as $key => $highlight)

{{ $highlight->{'title_' . App::getLocale()} }}

{{ $highlight->{'description_' . App::getLocale()} }}

@empty @endforelse
@endsection @section('modal') @endsection @section('script') @endsection