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

{{$title}}


@if(\Request::is('products')) @endif Tạo mới
{!! Form::select('category', $category_pluck, @$input['category_id'], array('class' => 'form-control select2 category','data-placeholder'=>'Danh mục cha')) !!}
@endsection @section('_script') @endsection