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

Özellikler {{ $type }}

Özellik Bilgileri

{!! Form::model($attribut, array('route' => ['attribut.update', $attribut->id], 'class' => 'form-horizontal push-10-t push-10', 'files' => true)) !!} @include('backend.attribut.form') {!! Form::close() !!}
@endsection