@extends('admin/layouts.master') @section('title', 'Edit Question - Instructor') @section('body')

Edit Question

{{ csrf_field() }} {{ method_field('PUT') }}
  • status==1 ? 'checked' : '' }}>

  • @endsection