@extends('home.home_page.index') @section('body')
@yield('name')
@yield('title')
@php $images = explode(',', $home->primary_slider); $count = 0; @endphp @foreach ($images as $photo) @php if (!$photo) { continue; } @endphp
@php $count++; @endphp @endforeach
Previous
Next
{{-- maequee --}}
{{ __("News") }}
@foreach ($new as $news) @if (App()->getLocale() == 'ar')
{{ $news->head_ar }}
@else
{{ $news->head_en }}
@endif @endforeach
{{-- content --}}
@yield('content')
{{-- end content --}} @endsection