@extends('FrontEnd.Layouts.main') @section('pagetitle'){{ __('messages.HOME') . ' | ' . __('messages.SITENAME') . ' - ' . __('messages.SITESLOGAN') }}@endsection @section('title'){{ __('messages.SITENAME') }}@endsection @section('baseurl'){{ route('home') }}@endsection @section('logo'){{ asset('FrontEnd/images/logo.png') }}@endsection @section('image'){{ asset('FrontEnd/images/logo.png') }}@endsection {{-- @section('keywords'){{ json_decode($meta->meta_keywords,true)[LaravelLocalization::setLocale()] }}@endsection --}} @section('description'){{ __('messages.HOME') . ' | ' . __('messages.SITENAME') . ' - ' . __('messages.SITESLOGAN') }}@endsection @section('content') @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif {{-- slider --}}
{{--
@foreach ($slider2 as $sl) @if ($loop->iteration > 6) @endif @endforeach
--}} {{--
@foreach ($slider3 as $sl) @if ($loop->iteration > 10) @endif @endforeach
--}}
{{-- news --}}
@foreach ($news_category as $sl) @endforeach
@foreach ($news_category as $sl) @if ($loop->iteration == 1) @else @endif @endforeach
{{-- ads --}} {{--
{{ $sl->title }}
--}} {{-- economy --}}
@foreach ($politics as $sl) @endforeach
@foreach ($politics as $sl) @if ($loop->iteration == 1) @else @endif @endforeach
{{-- economy --}} {{--
@foreach ($politics as $sl) @endforeach
--}} {{-- video --}}
@forelse ($videos as $video) @if ($loop->iteration == 1)
{{-- --}}
{{--
--}} @else

@endif {{--
--}} @empty @endforelse
{{-- --}} {{--
@foreach ($under_almajhar as $sl) @if ($loop->iteration == 1) @else @endif @endforeach
--}} {{--
{{ $sl->title }}
--}} {{-- احترامي + مع الأسف --}}
@foreach ($money as $mo) @if ($loop->iteration == 1)
@else @endif @endforeach
@foreach ($markets as $mo) @if ($loop->iteration == 1)
@else @endif @endforeach
{{--
@foreach ($real_estate as $mo) @if ($loop->iteration == 1)
@else @endif @endforeach
--}} {{-- articles --}} {{-- articles --}}
{{--
{{ $sl->title }}
--}}
{{--

@foreach ($economy as $inviro) @if ($loop->iteration == 1)
@else @endif @endforeach

@foreach ($environment as $inviro) @if ($loop->iteration == 1)
@else @endif @endforeach
--}} @endsection @push('custom') @endpush