Пример #1
0
 public function show($id)
 {
     return Office::with('Settlement')->findOrNew($id);
 }