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

Interview List

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Title *
Guest Name *
Guest Designation *
Category*
category not found? Add Category
Type*
Status*
Featured Image
Published Date*
Expiry Date
Left blank if visible for anytime
@endsection