@extends('backend.superadmin.index') @section('body') Interview List Interview List @if(session('success')) Success {{session('success')}} × @endif @if(session('error')) Error {{session('error')}} × @endif @if($errors->any()) @foreach($errors->all() as $error) Error {{$error}} @endforeach × @endif General Details Interview Details {{csrf_field()}} Title * Guest Name * Guest Designation * Category* --Choose-- @foreach($categories as $category) id) selected @endif>{{$category->name}} @endforeach category not found? Add Category Type* --Choose Type-- Featured General Status* Active Pending Featured Image Image Type Full Width Box Published Date* Expiry Date Left blank if visible for anytime Short Description {{old('guest_intro')}} {{old('details')}} Previous Next Submit {{csrf_field()}} Add Category New Category Name* Close Add @endsection