@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Edit Properity")}}

{{__("Edit Properity")}}

@endsection @section("content")

{{__("Properity")}}

$property->id , "item_id"=> $itemId , "pivot_id"=> $pivot_id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("property_id")
{{$message}}
@enderror
@error("property_value")
{{$message}}
@enderror

@endsection @section("scripts") @endsection