Beispiel #1
0
 public static function areaName($id)
 {
     return \App\Models\Areas::where('id', $id)->first()->name_area;
 }