@extends('admin.layouts.master') @section('title') اضافة محتوى المواصفة @endsection @section('styles') @endsection @section('page_header')

اضافة محتوى المواصفة

@endsection @section('content')
{!! Form::model($attribute, [ 'url' => route('admin.specifications.store', $attribute->id),'class' => 'form-horizontal form-row-seperated parsley-examples', 'files'=> 'true']) !!}

معلومات المحتوى المواصفة

@if($attribute->attribute_type == "color" ) @endif
@include('admin.specifications._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection