@extends('layout.index') @section('title', 'Add Program Details') @section('content')
Add Question Program
@if ($message = Session::get('success'))
{{--
--}} {{ $message }}
×
@elseif ($message = Session::get('error'))
{{ $message }}
×
@endif
{{ csrf_field() }}
Form Name
*
Select Form Name
@error('form_name')
{{ $message }}
@enderror
Program
*
Select Program
@error('program_name')
{{ $message }}
@enderror
Cancel
Export
{{--
Cancel
--}}
@csrf
QUESTION INFORMATION
@php $id = 0; @endphp
Id
Question Name
Sort Order
Action
DATA NOT FOUND
Submit
@csrf