@extends('frontend.frontend-page-master') @php $img_url = '';@endphp @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') {{get_static_option('work_page_'.$user_select_lang_slug.'_name')}}: {{$work_item->title}} @endsection @section('breadcrumb')
  • {{$work_item->title}}
  • @endsection @section('meta-tags') @endsection @section('edit_link')
  • {{__('Edit Works')}}
  • @endsection @section('content')
    {!! render_image_markup_by_attachment_id($work_item->image,'','large') !!}
    {!! $work_item->description !!}
    @php $gallery_item = $work_item->gallery ? explode('|',$work_item->gallery) : []; @endphp @if(!empty($gallery_item)) @endif

    {{get_static_option('work_single_page_'.$user_select_lang_slug.'_sidebar_title')}}

    • {{get_static_option('work_single_page_'.$user_select_lang_slug.'_start_date_text')}} {{$work_item->start_date}}
    • {{get_static_option('work_single_page_'.$user_select_lang_slug.'_end_date_text')}} {{$work_item->end_date}}
    • {{get_static_option('work_single_page_'.$user_select_lang_slug.'_clients_text')}} {{$work_item->clients}}
    • {{get_static_option('work_single_page_'.$user_select_lang_slug.'_category_text')}} @php $all_cat_of_post = get_work_category_by_id($work_item->id); @endphp @if(!empty($all_cat_of_post)) @foreach($all_cat_of_post as $key => $work_cat) {{$work_cat}} @endforeach @endif
    @if(!empty($related_works))
    @endif
    @endsection