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

{{$post_type}} List

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Title *
Category*
category not found? Add Category
Post Date*
Expiry Date
Type*
Featured Image
{{$post_type}} Related*
@endsection @section('script') @endsection