@if (isset($homes->thumb))
@if ($homes->thumb!="")
@if (file_exists(config('config.config_pathUpload').'/homes/'.$pathDate.'/'.$homes->thumb))
@if (isset($homes->banner))
@if ($homes->banner!="")
@if (file_exists(config('config.config_pathUpload').'/homes/'.$pathDate.'/'.$homes->banner))
@endif
@endif
@endif
@if (isset($arr_data["home_items_thumb"]))
{{ $arr_data["home_items_thumb"] }}
@endif
@if (isset($homes->id))
{{ Form::hidden('hid_home_id', $homes->id, array('id' => 'hid_home_id')) }}
@else
{{ Form::hidden('hid_home_id', "", array('id' => 'hid_home_id')) }}
@endif
@if (isset($homes->thumb))
{{ Form::hidden('thumbOld', $homes->thumb, array('id' => 'thumbOld')) }}
@endif
@if (isset($homes->banner))
{{ Form::hidden('bannerOld', $homes->banner, array('id' => 'bannerOld')) }}
@endif