@extends('backend.layouts.master') @section('title', 'Create Group') @section('content')

Create Group

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