{!! Form::text('title_black', Input::old('title_black'), array('id'=> 'title_black', 'class' => 'form-control', 'required' => 'true')) !!}
{!! Form::text('bn_title_black', Input::old('bn_title_black'), array('id'=> 'bn_title_black', 'class' => 'form-control')) !!}
{{--
{!! Form::text('title_red', Input::old('title_red'), array('id'=> 'title_red', 'class' => 'form-control', 'required' => 'true')) !!}
--}}
{!! Form::textarea('body', Input::old('body'), array('id'=> 'body', 'class' => 'form-control', 'required' => 'true')) !!}
{!! Form::textarea('bn_body', Input::old('bn_body'), array('id'=> 'bn_body', 'class' => 'form-control')) !!}
{!! Form::number('order_no', Input::old('order_no'), array('id'=> 'order_no', 'class' => 'form-control')) !!}
@if(isset($target)) @if($target->image!=null) @else @endif @else @endif

@if(isset($target)) @if($target['about_us_section']) @foreach($target['about_us_section'] as $about_us_section)
{!! Form::text('message_body[]', $about_us_section->body, array('id'=> 'message_body', 'class' => 'form-control')) !!} {!! $errors->first('message_body') !!}
@endforeach @endif @else @endif

Add Links