@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 $media = ['Article', 'Resource', 'Audio', 'Video', 'Image']; @endphp
@php $da = date('Y-m-d'); @endphp
{{-- {{ dd($subscription) }} --}}
Cancel
{{--
@if (session('status')) @endif
--}} @endsection @push('child-scripts') @endpush