@extends('backend.superadmin.index') @section('body')

Add Article

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Article Title *
Article Type*

Author*
Category*
Not Found? Click Here
Article Status
Feautred Image
Post Date *
Expiry Date
@if(request('type')=='Featured')
Main Page Heading
@endif
@endsection