@extends('Frontend.layout.main') @section('head') {{$pageData->meta_title() ?? 'Eldiar'}} @endsection @section('content')
@include('Frontend.inc.banners')

{{$pageData->subtitle()?? 'Life Style'}}

{!!$pageData->content ?? ''!!}
@foreach($styles as $key => $category) @if($key % 2 == 0)
add-image
{{$key + 1}}

{{ $category->title }}

{!!$category->description!!}
@else
{{$key + 1}}

{!!$category->title !!}

{!!$category->description!!}

add-image
@endif @endforeach



@endsection @section('script') @endsection