@extends("layouts.admin.app") @section("page-title") {{__('Dashboard')}} @endSection @section("page-nav-title")
{{__('Properties Of Services')}}
{{__("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"> |