@extends('Myadmin::layout.basic') @section('header') @stop @section('content')
{{ Form::open(array( 'action'=> ('ProductController@brandstore'), 'class'=>'form-horizontal well', 'method'=>'post', 'files' => true ))}} @if($errors->has()) @endif
{{ Form::text('name', null, array('class' => 'form-control'))}}
{{ Form::textarea('description', null, array('class' => 'form-control'))}}
{{ Form::text('facebook_url', null, array('class' => 'form-control'))}}
{{ Form::text('instagram_url', null, array('class' => 'form-control'))}}
{{ Form::text('youtube', null, array('class' => 'form-control'))}}
asset('images/photoshop.jpg') }}">
{{--
asset('images/photoshop.jpg') }}">
--}}
{{ Form::text('buynow', null, array('class' => 'form-control'))}}
{{ Form::text('location', null, array('class' => 'form-control'))}}
{{ Form::text('url', null, array('class' => 'form-control'))}}

{{ Form::close()}}
@stop @section('js-snippet') @include('Myadmin::js.preview', array('bind' => 'input[name=image]','target' => '.image')) @include('Myadmin::js.ckeditor', array( 'target' => 'origin_content', )) @stop