App\Http\Controllers\TasksController::create PHP Méthode

create() public méthode

Show the form for creating a new resource.
public create ( ) : Response
Résultat Response
    public function create()
    {
        return view('tasks.create')->withUsers($this->users->getAllUsersWithDepartments())->withClients($this->clients->listAllClients());
    }