@extends('front.layout.app') @section('seo_title') {{ $page_data->service_seo_title }} @endsection @section('seo_meta_description') {{ $page_data->service_seo_meta_description }} @endsection @section('main_content')
@if ($page_data->service_status === 'show'){!! $page_data->service_title_description !!}
{!! $item->card_description !!}
@if ($item->card_button_text) {{ $item->card_button_text }} @endif