@extends('frontend.frontend-page-master') @php $post_img = null; $blog_image = get_attachment_image_by_id($item->image,"full",false); $post_img = !empty($blog_image) ? $blog_image['img_url'] : ''; @endphp @section('og-meta') @endsection @section('page-meta-data') @endsection @section('site-title') {{optional($item->lang_front)->title}} @endsection @section('page-title') {{optional($item->lang_front)->title}} @endsection @section('content')
{!! render_image_markup_by_attachment_id($item->image,'full') !!}
@if(optional($item->lang_front)->designation) {{optional($item->lang_front)->designation}} @endif

{{optional($item->lang_front)->title}}

{!!iFrameFilterInSummernoteAndRender(optional($item->lang_front)->short_description) !!}
@if(optional($item->lang_front)->location)
{{optional($item->lang_front)->location}}
@endif @if($item->price > 0)

{{__('Fee')}}: {{amount_with_currency_symbol($item->price)}}

@endif
@endsection @section('scripts') @include('frontend.partials.ajax-login-form-js') @endsection