@extends('layouts.wrap') @section('title', $category->title.' - Düzenle') @include('product::sidebar') @section('_content')

{{ $category->title }} Kaldır

{{ Former::open()->method('POST')->action(URL::to('component/product/editcategory/'.$category->id)) }} {{ Former::text('title')->label('Kategori Başlığı')->placeholder('Kategori Başlığı')->required(true)->value($category->title) }}
{{ Former::close() }} @stop