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

Property Type

@foreach($ProductPropertyTypes as $ProductPropertyType) @endforeach
Property Name Actions
{{$ProductPropertyType->title}} Edit
@csrf @method('delete')
@endsection