@extends('admin.adminlayout') @section('content')
@if(isset($p))
{{__(" Property edit")}} [ {{$p->name}}]
@else
{{__("New Property")}}
@endif @include('starter-kit::component.err')
@csrf
{{-- --}} {{-- --}} {{-- @foreach($allCategories as $cat)--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- --}}
@foreach($allCategories as $k => $cat)
id,$cats)) checked @endif name="category[]" type="checkbox" id="c{{$k}}">
@endforeach
priceable) checked @endif name="priceable" class="form-check">
{{__("Icon")}}
@if(isset($p)) @endif

{{__("Options")}}

@endsection