Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Last active September 23, 2016 02:52
Show Gist options
  • Save Sarav-S/8cfa72bf98720d5cb4c56e8a0838f25a to your computer and use it in GitHub Desktop.
Save Sarav-S/8cfa72bf98720d5cb4c56e8a0838f25a to your computer and use it in GitHub Desktop.
<?php
/**
* Show the form for creating a new resource.
*
* @return \Illuminate\Http\Response
*/
public function create()
{
return view('users.create');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment