@extends('admin.adminlayout') @section('content')
@if(isset($p))
{{__(" Property edit")}} [ {{$p->name}}]
@else
{{__("New Property")}}
@endif @include('starter-kit::component.err')
@csrf
priceable) checked @endif name="priceable" class="form-check">
{{__("Icon")}}
@if(isset($p)) @endif

{{__("Options")}}

@endsection