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

Interview Edit

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Title *
Guest Name *
Guest Designation *
Category*
Type*
Status*
@php $image_url = config('filesystems.asset').'/'.'interview'; @endphp @if (isset($interview->image)) @else @endif
Featured Image
Published Date*
Expiry Date
Left blank if visible for anytime
@endsection @section('script') @endsection