@extends('layout.app') @section('content')

{{$title}}

{!! Form::select('type', $category_pluck, @$input['type_category'], array('class' => 'form-control type','placeholder'=>'Danh mục cha')) !!}
@include('category.ajax')
@endsection @section('_script') @endsection