@php
$categorys=json_decode($data_artical['category_id']);
@endphp
@php
$interests=json_decode($data_artical['interest_id']);
@endphp
@php
$companys=json_decode($data_artical['company_id']);
@endphp
@php
$industrys=json_decode($data_artical['industry_id']);
@endphp
@php
$img_data=json_decode($data_artical['image']);
@endphp
{{-- @if($data_artical['media_selection']=='Image') --}}
@if($img_data!=null)
@foreach ($img_data as $img)
@endforeach
@endif
{{-- @endif --}}