Give Your Answer

{!! Form::label('attach_file', 'Attachment File', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('attach_file', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'attach_file'])
@if (isset($data['row']))
{!! Form::label('old_file', 'Old File', ['class' => 'col-sm-2 control-label']) !!}
@if ($data['row']->file)  {{ $data['row']->file }} @else

No File.

@endif
@endif