@extends('layouts.wrap')
@section('title', 'Yeni Kategori')
@include('product::sidebar')
@section('_content')
Yeni Ürün Kategorisi
{{ Former::open()->method('POST')->action(URL::to('component/product/createcategory')) }}
{{ Former::text('title')->label('Kategori Başlığı')->placeholder('Kategori Başlığı')->required(true) }}
{{ Former::close() }}
@stop