@extends('../backend/layout/' . $layout) @section('subhead') Attributes @endsection @section('subcontent')

Edit Attribute

@csrf @method("put")
attribute_type == 0 ? 'checked': '' }}>
attribute_type == 1 ? 'checked': '' }}>
is_filter == 1 ? 'checked': '' }}>
is_filter == 0 ? 'checked': '' }}>
Back
@endsection @section('script') @endsection