{{--synced with server--}} @extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title')

Product Add product

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

Entry

{!! Form::open(['url' => '/admin/products', 'enctype' => 'multipart/form-data']) !!}
{!! Form::close() !!}
@if ($errors->any())