Пример #1
0
 /**
  * Show the form for creating a new resource.
  *
  * @return Response
  */
 public function create(Photos $photosModel)
 {
     $num = $photosModel->getById();
     return view('photo.index', ['post' => $num]);
 }