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

{{__("Properties Of Services")}}

{{__('Properties Of Services')}}

@endsection @section("content") @include("includes.dialog")
@foreach($properties as $property) @endforeach
{{__("ID")}} {{__("English name")}} {{__("Arabic name")}} {{__("Type")}} {{__("Control")}}
{{$property->id}} {{$property->name_en}} {{$property->name_ar}} @switch($property->type) @case("SL") Selections @break; @case("QS") Questions @break; @case("DP") Drop Down @break; @case("SW") Switch @break; @case("TF") Text Filed @break; @endswitch $service->subCategory->mainCategory->id, "sub_id" => $service->subCategory->id, "service_id" =>$service->id, "id" => $property->id])}}" class="control-link edit">
$service->subCategory->mainCategory->id, "sub_id" => $service->subCategory->id, "service_id" =>$service->id, "id" => $property->id])}}" method="post" id="delete{{$property->id}}" style="display: none" data-swal-title="{{__('Delete Property')}}" data-swal-text="{{__("Are Your Sure To Delete This Property ?")}}" data-yes ="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the property has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection