@extends('layouts.main') @section('content')

@if(isset($details->product_descriptions[0]->heading) && !empty($details->product_descriptions[0]->heading)){{$details->product_descriptions[0]->heading}} @else @lang('messages.product_details') @endif

@if(isset($details->image) && !empty($details->image))
@if(isset($details->product_descriptions[0]->title)){{$details->product_descriptions[0]->title}} @else @lang('messages.product_details') @endif
@else
@if(isset($details->product_descriptions[0]->title)){{$details->product_descriptions[0]->title}} @else @lang('messages.product_details') @endif
@endif

@if(isset($details->product_descriptions[0]->title)){{$details->product_descriptions[0]->title}} @else @lang('messages.product_details') @endif


@if(isset($details->product_descriptions[0]->details)) {!! $details->product_descriptions[0]->details !!} @endif
@endsection