@extends('frontend.frontend-page-master') @section('page-meta-data') @endsection @section('og-meta') {!! render_og_meta_image_by_attachment_id($work_item->image) !!} @endsection @section('site-title') {{$work_item->title}} - {{get_static_option('work_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{$work_item->title}} @endsection @section('content')
{!! render_image_markup_by_attachment_id($work_item->image) !!}
{!! iFrameFilterInSummernoteAndRender($work_item->description) !!}
@php $gallery_item = $work_item->gallery ? explode('|',$work_item->gallery) : []; @endphp @if(!empty($gallery_item)) @endif
{{--
  • {{__('Client')}}
    {{$work_item->clients}}
  • {{__('Budget')}}
    {{$work_item->budget}}
  • {{__('Duration')}}
    {{$work_item->duration}}
--}} {!! App\WidgetsBuilder\WidgetBuilderSetup::render_frontend_sidebar('case_study',['column' => false]) !!}
@endsection