@extends('layouts.admin') @section('title') Ananas | Edit Placement Test @endsection @section('PlacementTest') active {{session('sidebar_color')}} @endsection @section('breadcrumb') @endsection @section('style') @endsection @section('content')
@if(true)
Edit Placement Test
@csrf
{{--------------------------------------------------------------------------------------------------------------------------}} @if($test->options) @foreach($test->options as $key => $option)
status=="1") checked @endif required style="width: 24px;height: 24px;">
@endforeach @endif {{--------------------------------------------------------------------------------------------------------------------------}}
@endif
@endsection