@extends('admin.templates.panel-form-template') @section('title') @if(isset($item)) {{__("Edit prop")}} [{{$item->name}}] @else {{__("Add new prop")}} @endif - @endsection @section('form')
@include('components.err')

{{__("Tips")}}

  • {{__("Recommends")}}

{{__("Icon")}}

{{__("Categories")}}

    {!!showCatNestedControl($cats,old('cat',isset($item)?$item->categories()->pluck('id')->toArray():[]))!!}

@if(isset($item)) {{__("Edit prop")}} [{{$item->name}}] @else {{__("Add new prop")}} @endif

priceable??0) != 0) checked @endif type="checkbox" id="priceable">
options) !!}' @else :xoptions='{{old('options')}}' @endif xvalue="{{old('type',$item->type??'')}}" >
@endsection