@extends('template.master') @push('styles') {{-- --}} @endpush @section('content')

Add/Edit Article

Back
{{-- --}} @csrf
{{-- --}}
{{--
--}}
{{-- --}}
@foreach ($publisher as $publisherKey => $publisherValue) @endforeach
@php $categorys=json_decode($data_artical['category_id']); @endphp
@php $interests=json_decode($data_artical['interest_id']); @endphp
@php $sub_level=[]; $level=json_decode($data_artical['subscription_level']); @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 --}}
{{--
--}} {{--
--}}
{{--
--}}
{{--
@if (session('status')) @endif
--}} @endsection @push('child-scripts') {{-- --}} @endpush