@php $val['photo_name'] = $_GET['namenew']; DB::table('photo')->where('photo_name',$_GET['nameold'])->update($val); @endphp