@extends('Frontend.layout.main') @php $designSlug = $design->slug ?? null; @endphp @section('head') {{$pageData->meta_title ?? 'Eldiar'}} @if ($designSlug && ($pageData->og_image || $pageData->image)) @php $ogImage = $pageData->og_image ?? $pageData->image; @endphp @else @endif @endsection @section('content') @include('Frontend.inc.banners')

{{$category->title}}

@foreach ($images as $image)



{{$image->title}}

{{strip_tags($image->description)}}
@endforeach @php $count = count($images); @endphp @if($count == '0')
{!!$category->description ?? ''!!}
@endif
@endsection @section('script')@section('script') @if ($errors->any()) @endif @endsection