Пример #1
0
 public function findById($id)
 {
     return Product::where('id', $id)->whereNull('deleted_at')->first();
 }