@extends('template.master') @section('title', 'Add/Edit Article') @push('styles') @endpush @section('content')

Add/Edit Article

Back
{{-- --}} @csrf
@if($errors->has('article_name'))
{{ $errors->first('article_name') }}
@endif
{{-- --}}
{{--
--}}
{{-- --}}
@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) @if($img != '') @endif @endforeach @endif {{-- @endif --}}
@php $img_data = $data_artical['thumbnail_image']; @endphp @if($img_data!=null) @endif
{{--
--}}
{{--
--}}
{{-- --}} Cancel
{{--
@if (session('status')) @endif
--}} @endsection @push('child-scripts') @endpush