@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT User Define Asset Class

@csrf
@if ($errors->has('class_name')) @endif
@if(isset($assets->qusetionOptions) && count($assets->qusetionOptions)) @foreach($assets->qusetionOptions as $ks => $opt)
@if($ks==0) @else @endif
@endforeach @else @endif
@endsection