@extends('backend.layouts.master') @section('title', 'Create Attribute') @section('scripts') @stop @section('content')

Create Attribute

{{ csrf_field() }} @include('backend.product.attribute.form')
@endsection