@extends('admin.layouts.admin') @section('title') edit attributes @endsection @section('script') @endsection @section('content')
ویرایش مشخصه ی فنی {{ $attribute->name }}


@include('admin.sections.errors')
@csrf @method('put')
limit_select==1 ? 'checked' : '' }} type="checkbox" id="limit_select" name="limit_select" value="1">
is_dependence==1 ? 'checked' : '' }} type="checkbox" id="is_dependence" name="is_dependence" value="1">
is_filter==1 ? 'checked' : '' }} type="checkbox" id="is_filter" name="is_filter" value="1">
بازگشت
@endsection