@extends('layouts.adminapp') @section('content') {{-- Product property type --}}

Property Type

@foreach($ProductPropertyTypeValues as $ProductPropertyTypeValue) @endforeach
Product property Type Values Actions
{{$ProductPropertyTypeValue->title}} Edit
@csrf @method('delete')
@endsection