@extends('layout.index') @section('content')

Add Test Form

Filter
Create
@csrf

General

@if (Auth::user()->status === 0) @else @endif
gender=='male') class="form-check-input" name="gender" type="radio" value="male" checked="" id="flexRadioMale" data-parsley-multiple="gender">
gender=='female') class="form-check-input" name="gender" type="radio" value="female" id="flexRadioFemale" data-parsley-multiple="gender">
@if ( @$id->image) @endif
Cancel
@endsection