@section('title', 'Edit New Result') @section('styles') @endsection

{{ __('Edit New Result') }}

@csrf
@php if($result->multiple_item != null) { $json = $result->multiple_item; } else { $json = '[]'; } @endphp
@section('scripts') @endsection