@extends('backend.layouts.master') @section('content')

Özellikler {{ $type }}

@foreach($attributes as $attribut) @endforeach
Başlık Açıklama İşlem
{{ $attribut->title }} {{ $attribut->description }}
@endsection