Level 2
thanks you so much @tray2 , @snapey , @slev1n , @saurabhd , @aswinghosh , It's working perfectly,
I changed in to database column form $table->string('link')->default(''); to $table->string('link')->nullable('');
I learnt a lot from this, Thanks again to all, :)