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

{{$heading}}

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

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