{!! Form::text('title',null,[ 'class' => 'form-control', 'id' => 'title', 'maxlength' => '30' ]) !!} {{ $errors->has('title') ? "".$errors->first('title')."" : '' }}
{!! Form::textarea('message',null,[ 'class' => 'form-control ', 'id' => 'description' ]) !!} {{ $errors->has('message') ? "".$errors->first('message')."" : '' }}
{!! Form::text('url',null,[ 'class' => 'form-control', 'id' => 'url' ]) !!} {{ $errors->has('url') ? "".$errors->first('message')."" : '' }}
@section('styles') @endsection @section('scripts') @endsection