@extends('Myadmin::layout.basic') @section('header') @stop @section('content')

{{ $_CONST['title'] }}


{{ Form::open(array('action'=> $_CONST['CONTROLLER_ROUTE'] . '.store', 'files'=>true, 'class'=>'form-horizontal well'))}} @if($errors->has()) @endif
asset('images/photoshop.jpg') }}">
{{ Form::text('link1', null, array('class' => 'form-control')) }}
asset('images/photoshop.jpg') }}">
{{ Form::text('link2', null, array('class' => 'form-control')) }}
{{ Form::text('tag', null, array('class' => 'form-control')) }}
{{ Form::close()}}
asset('images/photoshop.jpg') }}">
{{ Form::text('url[]', null, array('class' => 'form-control'))}}

@stop