@extends('Admin.components.layout') @section('title') GP/Hospital Visit @endsection @section('subtitle') Edit Question @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
question_type == 'single' ? 'checked' : '' }}>   
question_type == 'date' ? 'checked' : '' }}>    
@foreach ($qus_option as $key => $value)
@if ($key == 0)
@else
@endif
@endforeach
@endsection @section('js') @endsection