@extends('layouts/contentLayoutMaster') @section('title', 'Edit Survey Questions') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Survey Questions {{ csrf_field() }} Question @if($errors->has('text')) {{ $errors->first('text') }} @endif Possible Answer {{ $surveyquestions->possible_answers }} @if($errors->has('possible_answers')) {{ $errors->first('possible_answers') }} @endif Status status == 'A' ? 'selected' : '' }} value="A">Active status == 'I' ? 'selected' : '' }} value="I">In-Active Save Changes Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ $errors->first('text') }}
{{ $errors->first('possible_answers') }}