@extends('website_ar.layouts.app') @section('content')

{{ $solution->solution_heading_ar }}

{{--
{{ $solution->solution_description_ar }}
--}}
@if (count($solutionItems) > 0) @foreach ($solutionItems as $item)
mark {{ $item->item_ar }}
@endforeach @endif
{{ str_replace('-', ' ', pathinfo($solution->solution_image, PATHINFO_FILENAME)) }}
@if (count($solutions) > 0) @foreach ($solutions as $index => $solution) @if ($index % 2 == 0)
{{ str_replace('-', ' ', pathinfo(substr($solution->image,11), PATHINFO_FILENAME)) }}

{{ $solution->title_ar }}

@if ($solution->category) {{ $solution->category->title_ar }} @endif

{!! $solution->description_ar !!}

@else

{{ $solution->title_ar }}

@if ($solution->category) {{ $solution->category->title_ar }} @endif

{!! $solution->description_ar !!}

{{ str_replace('-', ' ', pathinfo(substr($solution->image,11), PATHINFO_FILENAME)) }}
@endif @endforeach @endif
@endsection