@extends("layouts.admin.app") @section("page-title") {{__('Dashboard')}} @endSection @section("page-nav-title")
{{__("Form Properties")}}
{{__("ID")}} | {{__("Name")}} | {{__("Type")}} | {{__("Control")}} |
---|---|---|---|
{{$property->id}} | {{$property->name}} | @switch($property->type) @case("ta") Text Area @break; @case("f") File @break; @case("v") Voice Record @break; @endswitch | $question->id, "property_id" => $property->id])}}" class="control-link edit"> |